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.

Programming RAM on Concerto

I am trying to program the Concerto control card through serial port using hte LM Flash programmer.  I use Code Composer Studio to build the .bin file as described in the user note and then transfer it using the LM Flash program.  it says that it is programming it but once it is done it does not execute the code.  Right now I am trying to program it with the simple blinky demo program just to see if this works. 

I am using 0x20005000 as the starting address and have changed the command file so that only RAM after this address is used for the program but it still doesn't seem to work.  The program works as expected when I run it using the JTAG debugger.  Are


I am attaching a zip file with my .bin and .map files.