Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
239c82bfb00bfe040e3730f42b583a7f6417f5d8 (qt-creator/qt-creator/master)
Description
Embedded targets have dozens of peripherals, each with dozens of registers. Recognizing and showing those registers in the debugger is a tremendous help to the developers.
ARM has developed a special format (CMSIS-SVD [0]) which can be used [1] by microcontroller producers to describe the internal peripheral registers of their products.
All of the main ARM microcontroller development IDEs support parsing and using those files.
Please consider adding CMSIS-SVD support into Bare-Metal and/or Debugger components of Qt Creator.
Thank you.