STM32G431RB missing in STM32 Devices 2025.01

Sysprogs forums Forums VisualGDB STM32G431RB missing in STM32 Devices 2025.01

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36460
    dylancollaud
    Participant

    Hi,

    I update to the last package STM32 Devices 2025.01 and I got an error about my MCU. When I open the VisualGDB config menu I get this error : Failed to load the MCU.

    I use the STM32G431RB.

    I downgrad to STM32 Devices 2024.07 and it’s work again. I don’t know who is in charge to maintain this package ?
    I can’t reach to update the MCU to select an other one when I was with the error.

    What is the best solution to update the package ?

    Regards

    Dylan C.

     

    #36465
    support
    Keymaster

    Hi,

    This is caused by what appears to be a bug in the device definitions on the ST side. Different variations of the STM32G431 device are now defined with different memory layouts, so our BSP generation logic treats them as separate devices.

    It will likely get fixed in the next BSP version once ST fixes the device definitions. Until then, you can use one of the 2 workarounds:

    1. Manually edit the BSP.XML file, replacing STM32G431RBIx with STM32G431RB.
    2. Opening VisualGDB Project Properties and changing the device type from STM32G431RB to STM32G431RBIx

    On our side, we have updated the BSP generation logic to keep a track of such changes, and preserve the device entry with the short name, even if the latest SDK appears to split it into multiple devices.

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