STM32CubeMX Makefile Tool

Sysprogs forums Forums VisualGDB STM32CubeMX Makefile Tool

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32465
    tamtorok
    Participant

    Hi,

    I had VisualGDB with CubeMX in use. But the new versions of the CubeMX does not support the GPDSC format more.

    Can I also use my VisualStudio and VisualGDB with the Makefile Tool option?

     

    Thank you!

    Best regards,
    Tamas Török

    Attachments:
    You must be logged in to view attached files.
    #32467
    support
    Keymaster

    Hi,

    The GPDSC support in STM32CubeMX has been discontinued for a while, so the latest VisualGDB 5.6 already uses the STM32CubeIDE project generator in STM32CubeMX instead of the GPDSC generator. That said, it only affects the new projects. If you have an existing project, you can try updating it as shown below:

    1. Open the .ioc file in STM32CubeMX.
    2. Manually switch the toolchain to STM32CubeIDE.
    3. Manually generate the code and save the STM32CubeMX project.
    4. Delete the .gpdsc file generated before the switch.

    Next time you open the project in VisualGDB, it will continue using the STM32CubeIDE generator instead of the GPDSC generator.

    That said, switching an existing project to a new generator may trigger bugs in STM32CubeMX that might require some manual fixes. If the project doesn’t build, please consider creating another one from scratch and comparing the generated files side-by-side.

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