2025-08-18 1:01 AM
Hi all,
STM32CubeIDE 1.19.0
I'm debugging the content of a memory area showing the bytes sequence of an uint8_t array.
The pointer shown in the Variables pane is correct.
If I point the same variable (tmpParameters_Buffer) on Memory pane, the address (and of course, the content) is wrong - see the attached image.
Any idea?
Thanks, regards
2025-08-18 5:44 AM
That's a variable on the stack, so its location will be different on each call. Might need to re-add it in the memory window each time the address changes.