Other Parts Discussed in Thread: TMS320C6452
Hi,
I am using the TMS320C6452 DSP and would like to know what is the correct way of performing a software reset from DSP/BIOS? Is there some software library function I can call?
Thanks for your help.
PS. I've used the 'nasty' way of jumping my program counter to the boot-up address (*((void(*)(void))0x00800000))() but in most cases this causes my program to hang...