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!