How can I reset the controller at runtime? when I call the NVIC reset API it just hangs inside an infinite loop waiting for reset. Any way would be OK, I thought
about executing "Execute 'mon system_reset'" But I didn't know how. I also tried to find an address that maps NRST button but I also couldn't.
Also Can I send qemu commands during runtime in eclipse?