Skip to main content
BSelv.1
Associate
April 19, 2022
Question

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

  • April 19, 2022
  • 2 replies
  • 1292 views

 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.

This topic has been closed for replies.

2 replies

ODOUV.1
ST Employee
April 25, 2022

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
BSelv.1Author
Associate
April 25, 2022

Thanks