If the SMU is set up strict, some debugger accesses might cause an SMU Alarm (SRI bus error), because the chip can not differentiate between illegal and debugger accesses.
Usually this is caused when the debugger tries to set software breakpoints on a flash memory region. Use the command
MAP.BOnchip < addressrange >
to force the debugger to set onchip breakpoints in the respective memory region.
To prevent all debugger accesses to a certain memory region, the command MAP.DenyAccess < addressrange > can be used.
Add a comment