Live Watch shows two variables at the same address

Sysprogs forums Forums VisualGDB Live Watch shows two variables at the same address

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35360
    santiall
    Participant

    Hi,  I’m working on a STM32G03xxxproject where I have a couple of uin8_t variables at the addresses 0x20000150 and 0x20000151 according to the map file: .bss.FSW_Assignment1 0x20000150 0x1 CMakeFiles/BSP.dir/Core/Src/main.c.obj

    .bss.FSW_Assignment2 0x20000151 0x1 CMakeFiles/BSP.dir/Core/Src/main.c.obj

    in the live watch the appear both at the same address (see attachment)

    If I initialize both to different values instead of both to 0, the FSW_Assignment2 variable appears in the address 0x20000000 in the Live Watch but with the right value.

    I am using VisualGDB 6.6R9

    anybody got similar behaviour or knows a solution? thank you

    • This topic was modified 2 months, 2 weeks ago by santiall.
    Attachments:
    You must be logged in to view attached files.
    #35364
    support
    Keymaster

    Hi,

    This is a known bug of v5.6. Please try updating to VisualGDB 6.0 Beta 4.

    #35365
    santiall
    Participant

    thank you!

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