2024-06-19 02:30 AM
Hello,
I would like to report a small bug.
The SFRs tab in the Debug view doesn't show the correct register and bit field names for the RCC register at address 0x58024404. The ones shown correspond to the revision Y ones, not the revision V ones.
According to the reference manual (RM0433), it shows the name of the register and bit field structure for revision Y. The name of the register for revision Y at address 0x58024404 is ICSCR.
and for revision V, it should be HSICFRG:
I know for a fact, that I have a revision V type MCU. I tested it using an STLINK-V3MINIE.
When I open the Debug View in STM32CubeIDE and go to the SFRs tab to look into the RCC registers, I see name of the register and the bit field structure for Revision Y devices, altough it should be named HSICFGR:
Still, the correct value(0x40) is being written to the right location, which is described in the reference manual. The name of the register itself and the bit fields is wrong.
This is nothing too serious, but a little bit confusing.
STM32CubeIDE Information
Version: 1.15.1
Build: 21094_20240412_1041 (UTC)
Solved! Go to Solution.
2024-06-19 06:24 AM
Hello @edgts and welcome to the ST Community :smiling_face_with_smiling_eyes:.
Thank you for reporting this issue. I've been able to reproduce it and I've escalated to the concerned team (under internal ticket number 184520) for correction on the coming versions of the 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.
2024-06-19 06:24 AM
Hello @edgts and welcome to the ST Community :smiling_face_with_smiling_eyes:.
Thank you for reporting this issue. I've been able to reproduce it and I've escalated to the concerned team (under internal ticket number 184520) for correction on the coming versions of the 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.