2025-06-19 2:07 AM
Hello,
STM32F411CE microcontroller.
I created a starter project via STM32CubeMX using HAL and opened it in STM32CubeIDE. When I run this project in debug mode, the SFRs tab is empty (see figure bellow). Why?
When I create a project without using STM32CubeMX and, accordingly, without using HAL, the SFRs tab shows the registers and value of registers.
Solved! Go to Solution.
2025-06-19 6:01 AM
Hello @Ghofrane GSOURI ,
The problem was solved. It was necessary to click the Refresh SVD data button in the SFRs tab (see figure bellow).
Refresh SVD data button locates in the SFRs tab:
1. Navigate to SFRs tab;
2. Click on the 3 dots icon in the SFRs tab;
3. Click Refresh SVD data.
After that, the registers and their values appeared in the SFRs tab.
2025-06-19 2:53 AM
Hello @Mykola_Levun
First let me thank you for reporting.
Could you please provide more details about the STM32CubeIDE and CubeMX version that you are using , also your OS.
THX
Ghofrane
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.
2025-06-19 6:01 AM
Hello @Ghofrane GSOURI ,
The problem was solved. It was necessary to click the Refresh SVD data button in the SFRs tab (see figure bellow).
Refresh SVD data button locates in the SFRs tab:
1. Navigate to SFRs tab;
2. Click on the 3 dots icon in the SFRs tab;
3. Click Refresh SVD data.
After that, the registers and their values appeared in the SFRs tab.