Hi, I am using BAM and am having problems upgrading my program with CAN communication.
When debugging my program with JTAG, there was no problem, but after upgrading through CAN, the program ran incorrectly. When I block a code( INTC.CPR.B.PRI = 0;). After this sentence, continue to use CAN upgrade, found that the program runs normally.
So I ask the following question:
When using CAN to upgrade my program, if I need to use interrupts, do I need to do some other initialization operations like this file(mpc5500_booke.mac) , and if so, how should I write my code?
