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.

Compiler/AWR1843BOOST: AWR1843 SBL MCAN

Part Number: AWR1843BOOST

Tool/software: TI C/C++ Compiler

hi,

I found that my code was stuck in MCAN_isInReset(uint32_t baseAddr).When i debugged my sbl code,once i connected CAN_FD ,the CAN_FD register SS_STAT->RESET_STS is 0(RESET_STS 0 1:Reset is in progress, 0:Not in reset),and jump out the function MCAN_isInReset;but when i disconnected the CAN_FD,the CAN_FD register SS_STAT->RESET_STS is 1,and code was stuck in MCAN_isInReset();so what can i do ?(but in my APP code,the same CAN FD initialzation ,app run well ).

And what is more,i try can(not can_fd) in my sbl code ,it run well,too(of course there is no  MCAN_isInReset function in  all c files of can src )