What is Address 0xE00FFxxx?
Hi,
I am studying SWD and I hooked up a Logic Analyzer to see the data sent over the SWD wires. The board that I use is Nucleo 64 with STM32F030.
First, ST-Link requested a Debug Base Adress and target board returned 0xE00FF003 (BASE is 0xE00FF000). Then I saw ST-Link sent a read request at address 0xE00FFFE4, then 0xE00FFFE8, and target board returned something not error.
I've searched all the documents I could find (datasheet, programming guide, reference manual...) and internal search, could not find any info on these addresses. Does anybody know what these registers are and where the documents are? Thanks