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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,151 Views
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?

Labels (1)
0 Kudos
Reply
1 Solution
959 Views
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!

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

View solution in original post

0 Kudos
Reply
1 Reply
960 Views
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 Kudos
Reply