Tool/software: Code Composer Studio
Hi,
I implement in customer's board. I have an run-able bin and the related source code. I add one more global variable and use it in different function. Everything goes smooth and the new bin can be built without problem.
However, the system cannot run anymore after 12 CAN message output. In fact, the CAN is not a issue I just want to highlight the system with new BIN can boot-up but somehow it is stuck.
I am sure it is not caused by new logic because I don't add any new logic condition, but only add new global.
Because it is customer's board, I cannot use JTAG. Anyone can give me some hit?
Crow