EmBitz

Full Version: svd files for core specific registers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently used STM32 CubeIDE. While this is annoying slow when using embitz before, i found one thing that i did not encounter before. There are system register definitions beyond the STM32 specific SFRs, that affect the ARM core itself, like SCB, which e.g. contains a register holding the last address when a crash occured. In the normal MCU .vcd files, these ARM specific registers seem to be missing. How to show these registers in embitz?

Best regards
   Michael
If those core registers are in the svd then it should also be available in EB.

Otherwise:
- copy that part from another svd in the svd to be used
- or define a struct with all the data and add that struct with the right address as expression in the watch window. You could even make it "live".