PSOC4 UART Enable LIN_Mode?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello,

I use a CY84247AZI-M485 for a LIN-Master application with SCB V4.0.

"LIN" is the Name of the UART.

This is from an older diskussion:

>However, you could use a UART component and write firmware source code as per LIN master.

>Please make sure that you set LIN_MODE in SCBx_UART_RX_CTRL register.

>You can refer to http://www.cypress.com/file/175726/download.

So how can I enable the LIN_Mode?

Regards,

Michael

0 Likes
1 Solution
ShanmathiN_06
Employee
Employee
100 replies posted 50 replies posted 25 replies posted

Hello Michael,

You can write '1' to the 'bit 12' of SCBx_UART_RX_CTRL to enable LIN_MODE.

You can refer to PSoC4 System Reference Guide (PSoC Creator-> Help), in order to check for register write/read APIs.

Thanks,

Shanmathi

View solution in original post

0 Likes
1 Reply
ShanmathiN_06
Employee
Employee
100 replies posted 50 replies posted 25 replies posted

Hello Michael,

You can write '1' to the 'bit 12' of SCBx_UART_RX_CTRL to enable LIN_MODE.

You can refer to PSoC4 System Reference Guide (PSoC Creator-> Help), in order to check for register write/read APIs.

Thanks,

Shanmathi

0 Likes