Cortex-M33 iMX93-EVK canfd example

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Cortex-M33 iMX93-EVK canfd example

983件の閲覧回数
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 返信

949件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

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

0 件の賞賛
返信