I am using the Serial_LDD but need to enable TXRTSE.  How do I do that?

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

I am using the Serial_LDD but need to enable TXRTSE.  How do I do that?

ソリューションへジャンプ
1,175件の閲覧回数
tomtalkington
Contributor III

I plan to use the Serial_LDD with a UART for RS485.  I need to enable TXRTSE but don't see a way to in the LDD properties.  It is settable in the Init_UARTof Hardware Initialization.  Can the Init_UART be used with the Serial_LDD?  If so how do I do this?

ラベル(1)
0 件の賞賛
返信
1 解決策
983件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Tom,

The Init_UART and Serial_LDD components cannot be used for the same peripheral at the same time, you can only use one of them. Another option is to create a Processor Expert project with KSDK and use the fsl_uart component  together with the fsl_uart_hal and enable RTS/CTS by using of RTS/CTS functions, you can find more information on this thread:

Does the Processor Expert UART component allow usage of RTS?

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 件の賞賛
返信
1 返信
984件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Tom,

The Init_UART and Serial_LDD components cannot be used for the same peripheral at the same time, you can only use one of them. Another option is to create a Processor Expert project with KSDK and use the fsl_uart component  together with the fsl_uart_hal and enable RTS/CTS by using of RTS/CTS functions, you can find more information on this thread:

Does the Processor Expert UART component allow usage of RTS?

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 件の賞賛
返信