cancel
Showing results for 
Search instead for 
Did you mean: 

I have used SPC560B54L5 controller. I am enabled UART over LIN but I don't how to configure UART interrupt .

BSelv.1
Associate

 have used SPC560B54L5 controller. I am enabled UART over LIN but I don't how to configure UART interrupt and how to use IRQ_HANDLER(SPC5_LINFLEX5_RXI_HANDLER) function for receive and Transmit.

2 REPLIES 2
ODOUV.1
ST Employee

Hello,

you can look at this example "SPC560Bxx_RLA SERIAL DMA Test Application for Discovery"

in low level driver, a RX/TX callbacks are configured in Low Level Drivers Component->LINFkex Settings->SERIAL configurations

and the configuration structure is given to sd_lld_start in main

Best Regards,

-Olivier

BSelv.1
Associate

Thanks