Browse By Tags

  • How to access the memory mapped debug registers?

    Now that the funny PABT-behaviour is found to be (probably) caused ny debug state, I'd like to exit debug state before return from PABT exception. The ARM v7-A/R ARM says that I should write RRQ to DBGDRCR, but it seems that in Cortex-A7 it's not accessible…

  • Funny PABT behaviour - why?

    I came across a weird behaviour when trying out my program on Raspberry Pi 2b (Cortex-A7):

    When I try my PABT-handler using BKPT, the handler is entered fine, but on return the program restarts.

    The restarted program returns fine from the BKPT and continues…