Hello,
I currently use the TMS320C6678 DSP.
I would like to know what to do at the end of the RESET service routine in following cases :
1. Run program always in supervisor-only mode execution : - Do nothing on bits CXM of TSR register ?
- Use MVC to confirm CXM of TSR register to 0 value
- Use a dedicated ASM instruction which allows to set program in supervisor-only mode execution
2.Run program in user mode execution : - Use MVC to set CXM of TSR register to 01 value
- Use a dedicated ASM instruction which allows to set program in user mode execution
I don't find answers in DSP documentation
Regards
Alban