HI,
I am using BIOS 5.4 over TI DSP 6487 and got stuck while developing a crash handler for any generated exception.
I have following queries:-
1) Does DSP-BIOS provide any API which can be used to detect the HWI StackBottom value?
2) How can I access the Core General Purpose Bank Registers in order to create dump in C ?
3) If any exception occurs, the context of interrupted task got saved on HWI Stack; is it true?
I have already enabled the EXC module of BIOS and able to generate exception using asm(" SWE"); call.
Also using "EXC_Status EXC_getLastStatus(Void);" api I can able to dump Exception related registers value.
please help.
Thanks
Akash Bhatnagar