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