This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR6843AOP: System freezing Whe CAN Interrupts in the middle of CANFD_Init

Part Number: AWR6843AOP

Hello TI Team.

I got some issue using mmwave_sdk_03_05_00_04 API.

After the ECU turn on, I put the many can singals that busload is 50%~100%.

but it's okay. CAN and system runs well.

But While put many can signal(busload 25%~100%)s into CAN LINE,

and then I turn on the system(Battery ON) it stops at the middle of CANFD_Init() .

So I tried many things, but I got no solution unitl now.

Event I tried HwiP_disable() -> CANFD_Init() -> HwiP_restore(), but it doesn't work.

I guess many CAN interrupts are cause of this.

Can Have some idea to solve this?