2022-04-18 10:16 PM
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.
2022-04-25 05:30 AM
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
2022-04-25 05:36 AM
Thanks