Hi,
I am trying to run DSP/BIOS on kind of old processor i.e. TMS320C6713B. I am following this application note:
http://www.ti.com/lit/an/spra999a/spra999a.pdf
They have given an example code. From same document, it is illustrated that the bootloader code is called between the Reset and _c_init00.
I don't know how to call the example bootloader code between Reset vector and runtime library i.e. c_init00. I mean how to insert the bootloader code. Also who will call c_init00 once the second stage bootloader code completes as the example codes doesnt' have any subsequent call to c_init00?
Kind Regards,
Ijaz