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/TMS320F280049: Is "restart" after "reset" a must-do? during Emulation mode

Part Number: TMS320F280049
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

I found a issue during debugging F280049 (Experiment kit). The example project is C:\ti\c2000\C2000Ware_1_00_05_00\device_support\f28004x\examples\led

With debugger connected,  after clicking the reset, if I click " resume" , it can not run normally  and will stop at  address 0x3fb02a(ESTOP0). Only if I click "restart" after "reset" , then resume, the project can work.

Then I tried to load bootrom symbol( :\ti\c2000\C2000Ware_1_00_05_00\libraries\boot_rom\f28004x\revA\rom_sources\ccs_files\cpu\Release\F28004x_ROM.out) , and run with single step mode, and found the project will stop at the "ram_zero_loop_0"( repeatedlly run in the green lines)

ram_zero_loop_0  is defined in the InitBoot(), based in cpubrom_Init_Boot.asm.

It should be note that the boot mode setup is right, since it can run normally in standalone. 

Could you please give explanation on this issue?