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.

CCS/TMS320F28075: A question about code running

Part Number: TMS320F28075


Tool/software: Code Composer Studio

I have a problem about code running. When I running the code in debug mode is ok, and then power off and power on again , I running the code in flash mode is also ok.

But when I add one line of code like this: ServoCollideSignalStop= pCiA402Axis->Objects.ObjCollideSignalStop;

running the code in bebug mode is ok, and then power off and power on again , I running the code in flash mode is not ok. The program stopped!

I think is not related to the line of code. Can you help me? Thinks.