Other Parts Discussed in Thread: CC2564
Tool/software: Code Composer Studio
I have to create 2 threads (on TIRTOS). One should run in privilege mode and the other should run in unprivilege mode.
How can I to do this?
In ARM documentation I saw that the privilege/unprivilege information is stored in the CONTROL register (bit 0, nPRIV).
Which is the CONTROL register address?
How can I to write in this register?
Thank you