Hello,
Thank you for your inquiry.
Did you specify a registers file in your project settings?
The registers you are seeing are the default Cortex-M registers.
For device specific registers you would need to install the device support package and either create a new project where the project gets created from the device specific files or you can copy the registers file to your current project.
More information about support package can be found here:
https://www.segger.com/products/developm…gy/cpu-support/
After installing the package is then located at File->Open Studio Folder->Packages Folder->STM32F4xx
The registers xml file is then located at /XML/STM32F41x_Registers.xml
You can then add it to your project in project options under Debugger->Register Definition File
Best regards,
Nino