Hello,
I am currently trying to implement a simple example described below
- S32K344 FlexCAN module will interrupt whenever it get's a message, at which point a new RTOS thread will read the values from the message received.
I started the project using the "FlexCAN_Ip_Example_S32K344", however it is not clear at all how to use this IP to get anything useful done.
- How do I link my own code the interrupt handler?
- How do I read CAN without wasting CPU cycles?
Any help or guidance would be greatly appreciated.
Mateo Segura