realtime variable edit without cube monitor
I'm using Keil IDE to program stm32 microcontrollers, Keil IDE allows to change variable's value "while code running" without breakpoints.
I want to use Cubeide instead Keil.
I can use live expression tool for watching values "while code running" but I can't change values "while code running", I bought Stlink and Segger but I couldn't change the values "while code running".
How can I change/modify variable's values "while code running" using Cubeide ? without using cubemonitor
