Part Number: AM2732
Other Parts Discussed in Thread: UNIFLASH
Tool/software:
When receive CAN message in SBL, the program will die during the CAN initialization phase in the APP.
How should this situation be handled?
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.
Hi,
Thanks for reaching out. I am contacting my colleague about this question. In the meantime, are there any additional details you can share about your program?
Best,
Haley
Hi,
My initialization configuration is as follows:

Referenced the routines in the SDK.
Currently, I have tried to solve the problem in another way that is use polling mode in SBL and interrupt mode in APP, So that the CAN function is normal in both SBL and APP.
Another question I would like to confirm is:
Is there a way to turn off the registered system interrupt before jumping to the APP after enabling CAN interrupt mode in SBL to ensure the normal use of CAN interrupt mode in the APP?