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 9 months, 1 week ago by santiall.
Attachments:
You must be
logged in to view attached files.