UART module 0 from kl25z128m4 is missing in KSDK + PE?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

UART module 0 from kl25z128m4 is missing in KSDK + PE?

ソリューションへジャンプ
784件の閲覧回数
matheuspinto
Contributor II

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

0 件の賞賛
返信
1 解決策
480件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Matheus,

If you want to use the UART0 you need to use the fsl_lpsci component:

pastedImage_1.png

pastedImage_2.png

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!

-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
481件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Matheus,

If you want to use the UART0 you need to use the fsl_lpsci component:

pastedImage_1.png

pastedImage_2.png

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!

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
480件の閲覧回数
matheuspinto
Contributor II

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

0 件の賞賛
返信