Used FLASH and RAM not correct

Sysprogs forums Forums VisualGDB Used FLASH and RAM not correct

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30508
    Dschadu
    Participant

    Hi,

    I created a new project using the STM32CubeMX wizard, which worked fine. I did not change a setting that I know of, but the reported RAM and FLASH size is always identical to the “Used” values:

     

    C:\PROGRA~2\Sysprogs\VISUAL~1/ninja.exe
    [1/3] Building C object CMakeFiles/BSP.dir/Src/main.c.obj
    [2/3] Linking C executable WS2812
    [3/3] Producing WS2812.bin
    ——————- Memory utilization report ——————-
    Used FLASH: 14KB out of 14KB (100%)
    Used RAM: 3328 bytes out of 3328 bytes (100%)

    ========== Project Build Summary ==========
    WS2812 built in 00:00
    ========== Build: 1 Succeeded, 0 Failed, 0 Skipped ==========

     

    How to set Used Flash and Used RAM “out of” section to the correct value?

    #30528
    support
    Keymaster

    Hi,

    Normally, the sizes for FLASH and RAM would be automatically derived from the db\mcu\families.xml in the STM32CubeMX directory when you generate the project.

    If it doesn’t happen, please try updating to VisualGDB 5.6 Beta 1, and the latest STM32CubeMX. If this still doesn’t work, please let us know the exact device name you are using and we will recheck it.

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