Initial configuration:
BMODE - M33 Infinite Loop
I am trying to run mcimx93evk_canfd_interrupt_transfer example.
I have a problem when sending data from node A, the code stops for me on the line:
while (!txComplete)
{
};
After a more detailed analysis, I noticed that the callback function was not called:
/*!
* @brief FlexCAN Call Back function
*/
static FLEXCAN_CALLBACK(flexcan_callback)
{
...
}
Why this example doesn't work?
Regards,
Daniel