ST Peripheral Registers Not Showing in Hardware Registers

Sysprogs forums Forums VisualGDB ST Peripheral Registers Not Showing in Hardware Registers

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21445
    Seidleroni
    Participant

    I’m using VisualGDB with STM32F777II and I can’t seem to view the peripheral registers anywhere. I believe I should be able to see them in the Hardware Registers window, but that window only shows me the core registers (NVIC, etc…).  I don’t have a custom embedded project as far as I can tell. I do not have the STM32Cube HAL framework imported since I prefer to include that code myself. Is there something I am missing?

    #21448
    support
    Keymaster

    Hi,

    This looks like an issue that is already fixed in the STM32 BSP v4.7R2. Please ensure you update to this version.

    #21449
    Seidleroni
    Participant

    I am using the latest STM32 BSP, which shows up as 4.7. It doesn’t show that there are new versions. It shows that I have these versions in the SDKVersions.txt (below) Do I need to be using the STM32F7Cube HAL in my project for this to work?

     

    STM32Cube_FW_F0_V1.9.0
    STM32Cube_FW_F1_V1.6.0
    STM32Cube_FW_F2_V1.7.0
    STM32Cube_FW_F3_V1.9.0
    STM32Cube_FW_F4_V1.21.0
    STM32Cube_FW_F7_V1.11.0
    STM32Cube_FW_H7_V1.2.0
    STM32Cube_FW_L0_V1.10.0
    STM32Cube_FW_L1_V1.8.0
    STM32Cube_FW_L4_V1.11.0
    STM32F0xx_StdPeriph_Lib_V1.5.0
    STM32F10x_StdPeriph_Lib_V3.5.0
    STM32F2xx_StdPeriph_Lib_V1.1.0
    STM32F30x_DSP_StdPeriph_Lib_V1.2.3
    STM32F37x_DSP_StdPeriph_Lib_V1.0.0
    STM32F4xx_DSP_StdPeriph_Lib_V1.8.0
    STM32L1xx_StdPeriph_Lib_V1.3.1

    #21451
    support
    Keymaster

    Hi,

    Sorry about that, looks like one of the caches wasn’t properly updated on our server. Please try updating your BSP again, now it should show 4.7R2.

    #21465
    Seidleroni
    Participant

    Works great now, thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.