Hi everyone.
So I've got an other question. For my project I've got to save the context of my DSP (TMS320VC5502) on the EMIF, reboot the DSP, load the context and then resume the execution, as if the reboot never happened.
So for the EMIF part, I'm trying to make it work, but i've already posted a question about that. It's about the context saving that I've got some problem. Indeed, I've got to save the stack, and the associated register in order to make it work.
I searched on the web, and I haven't found the adress of the start of the stack... And I don't know either how to access the register. I've read in a lot of documentation, that I should have a BIOS/Object view in Code Composer that should give me those information, unluckily it seems it was for CCS v3, and I haven't found this view in CCS5.
Anyway, I guess this start adress is determined at the building, since if I change the sys stack size, the normal stack will be shifted I guess.
So, how can I access those values in my code? And by the way, when i'll load my context, will the bios let me write the new stack, or is those segment protected?
Thanks a lot in advance,
Matthieu