Hi all,
I am testing a application in TMS470R1B1M evaluation baord with ULINK2 as debugger and Environment is uVision3.Compiler selected is RealView ARM.
As per TI TMS470 Data sheet,some of the pheripheral registers can be written only in privilege mode of ARM7 CPU.
AS per the KEIL flow.....As soon as control enters the main of my application.ARM7 CPU goes to USER mode.
How to enter to privilege mode from User mode ?
I need this jumb because I can't move further with improper initializations of SFRs...
Please help