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.

flash loader for DSP C54x

Hi,

i'm working on the programmation of the booloader to transfer user code from external memory flash to the program memory RAM.

- Texas Instruments provides a building DSP/BIOS for flash booting on the C5402 DSK that allows to use hex500 utility to create a boot table for slash programming. here the _c_init00 is generated at Boot.c in rts.lib.

but in my case I have programmed the boot table at a low level (assembly code). May I ask should I redefine the _c_init00 ?

I need more explanations please!