Cortex-M33 iMX93-EVK canfd example

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cortex-M33 iMX93-EVK canfd example

894 Views
Daniel_D1
Contributor I

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

0 Kudos
Reply
1 Reply

860 Views
joanxie
NXP TechSupport
NXP TechSupport

did you disable CAN in the dts file before you use this for M core?

0 Kudos
Reply