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?