The Cortex-A9 processor has 6 breakpoint units and 4 watchpoint units. What is the maximum number of breakpoints the debugger can set on code in ROM?
6
10
2
The debugger can use the BKPT instruction to do this.
Submit