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.

C2000Piccola F28004x MCU TIDM-DC-DC-BUCK Synchronous Buck Converter :- Run from flash

Other Parts Discussed in Thread: TIDM-DC-DC-BUCK

I am currently evaluating a

TI LaunchPad Kit C2000 Piccola F28004x

I have imported the TIDM-DC-DC-BUCK Synchronous Buck Converter

The sample compiles and runs without any issues. I can debug and watch variables without any issues. An led blinks, so I can see the state machine is working.

When I reset the board without downloading the code again, the code doesn't appear to run (No blinking LED). I assumed this was, because the application was being loaded into ram, hence a reset would mean the code is erased.

Looking at the 

f28004x_flash_lnk.cmd file, it looks like the code is being run from flash. The compile flags also has _FLASH set.

I have looked at sample code, which run from Ram and Flash, so at this stage I can't see a problem.

Any advise would be appreciated.