Hello,
When using KSDK + PE and choosing the fsl_uart component, the devices available are UART1 and UART2.
But, the UART0 does not appear! How I proceed?
Thanks
解決済! 解決策の投稿を見る。
Hi Matheus,
If you want to use the UART0 you need to use the fsl_lpsci component:
This is because the UART modules are supported by different HAL/drivers, the UART0 module is supported by the LPSCI HAL/driver and the UART1 and UART2 modules are supported by UART HAL/driver.
Hope it helps!
Best Regards,
Carlos Mendoza
Technical Support Engineer
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Matheus,
If you want to use the UART0 you need to use the fsl_lpsci component:
This is because the UART modules are supported by different HAL/drivers, the UART0 module is supported by the LPSCI HAL/driver and the UART1 and UART2 modules are supported by UART HAL/driver.
Hope it helps!
Best Regards,
Carlos Mendoza
Technical Support Engineer
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks Carlos,
It works! I felt a lack of documentation about the Kinetis sdk! Where would I found about this, if not on Kinetis forum?
Att,
Matheus