Other Parts Discussed in Thread: UNIFLASH, SEGGER
Hello,
i would like to perform a software reset and halt the CPU after reset of the IC TM4C129ENCPDT.
The programming tool "j-link" which I use describes the procedure as follows:
1. Make sure that the device stops immediately after reset (before it can execute any
instruction of the user application) by setting the VC_CORERESET in the DEMCR.
2. Reset the core and peripherals by setting the SYSRESETREQ bit in the AIRCR.
3. Wait for the S_RESET_ST bit in the DHCSR to become first (reset active) and
then low (reset no longer active) afterwards.
4. Clear VC_CORERESET.
Can someone help me:
Which registers are set to trigger a software reset and halt?
How to get into the "privileged mode"?
Many Thanks