CTRL-AP implements a mailbox interface which enables the CPU to communicate with a
debugger over the SWD interface.
The mailbox interface consists of a transmit register MAILBOX.TXDATA with its corresponding status register MAILBOX.TXSTATUS, and a receive register MAILBOX.RXDATA with its corresponding status register MAILBOX.RXSTATUS. Status bits in registers TXSTATUS/RXSTATUS will be
set and cleared automatically when registers TXDATA/RXDATA are written to and read from,
independently of the direction.
Figure 3. Mailbox register interface