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.

Boot problem - DSP doesn´t execute the code.

Other Parts Discussed in Thread: TMS320VC5502

Hello

The DSP TMS320VC5502 that is used in my application is projected to load the program from SPI external flash memory.

The code was burned in the memory, which was generated by hex55 utility from ".out" file, that is generated by code composer 4.

Although, when the DSP is released from reset, with oscilloscope is possible to check that the boot loader is transferring the data from external memory,

but the DSP doesn´t execute the program. I don´t know how to check what is missing (this is the first time that I work with Texas DSP), and I would like to

know which parameters I should check and some idea how to debug this interface.

But I noted that the entry point is configured start execution from  _c_int00 function, what it is looking fine, and the address of each section int the binary file is correct.

// The command to Hex55

hex55 -i My_program.out -o My_program.bin -boot -v5510:2 -b -serial8

Thanks for help