Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
svd files for core specific registers
#1
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
Reply
#2
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".
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)