Skip to main content
arnold_w
Senior II
May 28, 2019
Question

List of all Cortex-M4 registers and addresses in plain text?

  • May 28, 2019
  • 0 replies
  • 848 views

I would like to dump all Cortex-M4 registers of my STM32F405 microcontroller over a UART. I have found the Technical Reference Manual (https://static.docs.arm.com/100166/0001/arm_cortexm4_processor_trm_100166_0001_00_en.pdf) but there are tons of registers and they are not easy to put into an H-file. I tried to convert the document to Microsoft Word (tables from Word tend to convert fairly well when copied into plain text), but that failed. Does anybody know where I can obtain a complete list of registers and addresses that is easy to convert into something that compiles in C-code?

This topic has been closed for replies.