I am using a C6748 and i am trying to figure out a way to reboot the DSP from the bootloader (when i update the software in the flash, i want to re-initialize the bootloader so that i can use the new code)
we used to use the C6421 and i found the magic assembly language to accomplish this. this doesn't seem to work for the 6748.
I am trying to do (for the 6748)
asm(" MVKL .S1 00100000h, A5");
asm(" MVKH .S1 00100000h, A5");
asm(" BNOP .S2 A5, 2");
Does anyone know of a way to do this for the 6748?