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,152 次查看
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 解答
960 次查看
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 回复
961 次查看
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 项奖励
回复