Hi,
I'm using Keil µVision 5.24.2 with a Segger JLink and STM32F468IG MCU. In my SPI Module I have a SPI Data Struct which has some Flags (uint8_t). For some debugging I want to change the Variable when target is in Breakpoint.
The Problem is, I can type in a different value, but the debugger cannot set or save it in RAM. So the Value does not change.
What do I need to change/set in debugger or MCU to enable changing values in RAM?
Kind regards Andreas