I'm using the rRF51 DK with Segger Jtag. In the demo Keil version, I set up Segger jtag to NOT cache memory. When I look at a memory view in Keil, the memory is not being refreshed.
Is there another setting somewhere for this?
I'm using the rRF51 DK with Segger Jtag. In the demo Keil version, I set up Segger jtag to NOT cache memory. When I look at a memory view in Keil, the memory is not being refreshed.
Is there another setting somewhere for this?
The memory view will update each time you hit a breakpoint, but if you want it to be updated while running, you can enable that in the View menu, by activating "Periodic window update".
The memory view will update each time you hit a breakpoint, but if you want it to be updated while running, you can enable that in the View menu, by activating "Periodic window update".