Part Number:TMS320C6746
Tool/software: Code Composer Studio
I am booting a C6746 DSP via HPI interface (with data from an Intel format hex file). According to app note SPRAAT2F I need to get the boot address into address 0x11800000 to make this work. The application note does not contain any instructions on how to do this under SYS/BIOS. Can someone please provide guidance?
I assume I need to put the reset address given by symbol _c_int00 into the first element of the vector table in section .vecs,, then put this at the beginning of internal RAM (0x 11800000). The last part I can figure out, but not the first. HWI module does not seem to be able to do this. What is the canonical way (or any other way) to do this in SYS/BIOS? I use CCS 8 but BIOS 6.35.4.50 because of bindings to other libraries.
This used to be dead simple in CCS 3.3 where I am porting code form, so it is quite frustrating. Please help!