2025-07-07 1:10 AM
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:
The missing SCB definitions limit our ability to:
I would greatly appreciate your assistance in resolving this issue.
Best Regards,
ManiK
2025-07-07 3:21 AM
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.