Cortex-M33 iMX93-EVK canfd example

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Cortex-M33 iMX93-EVK canfd example

925 次查看
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 项奖励
回复
1 回复

891 次查看
joanxie
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复