Hello everyone,
I can view chip RAM contents with Platformio debugger (“Memory” tab), however, when I tried to edit it, I got the message that it’s read only. How can I enable editing RAM contents with debugger? I can edit the values of variables (local, global and static), but there’s a variable missing from the list (perhaps because it’s complex struct with nested structs), and I’d like to edit some members of that struct.
I’m using STM32F103C8. My debug tool is ST-LINK.