I want to program to set a break point on ARM1176jzs. According to the manual, the breakpoint value/control registers are accessible only if DSCR[15:14] is equal to b10, meaning Monitor mode.
And according to the manual, DSCR can be written no matter what value DSCR[15:14] takes.
But actually I find that bit 15 of DSCR cannot be changed to one by a MCR instruction. Any one could help?
Thanks