cancel
Showing results for 
Search instead for 
Did you mean: 

Missing SCB (System Control Block) Peripheral Definition in STM32H533.svd File

mani9989
Associate II

Hella All, 

While working with the STM32H533RE microcontroller and using VS Code with PlatformIO for debugging, I noticed that the SCB (System Control Block) peripheral definitions appear to be missing from the SVD file.

 

The SCB is a critical ARM Cortex-M33 core peripheral that should include registers such as:

  • CPUID (CPU ID Base Register) - 0xE000ED00
  • ICSR (Interrupt Control and State Register) - 0xE000ED04
  • VTOR (Vector Table Offset Register) - 0xE000ED08
  • AIRCR (Application Interrupt and Reset Control Register) - 0xE000ED0C
  • SCR (System Control Register) - 0xE000ED10
  • CCR (Configuration and Control Register) - 0xE000ED14
  • And other SCB registers in the 0xE000E000-0xE000EFFF address range

 

The missing SCB definitions limit our ability to:

  • Monitor system control registers during debugging
  • Analyze interrupt and exception behavior
  • Debug power management and system configuration issues
  • Perform comprehensive system-level debugging

 

I would greatly appreciate your assistance in resolving this issue.

 

Best Regards,

ManiK

1 REPLY 1
STTwo-32
ST Employee

Hello @mani9989 

We no longer support MCU core registers in our SVD files as they can be part of the IDE in use (IAR,Keil,CubeIDE, etc...).

It did create confusion in the past weather the user is using the MCU register's view integrated in the IDE or from SVD file, so we are now sticking to supporting only IPs related to STM32 products in our SVD files.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.