Change ESP32 registers and peripherals in debug session
Posted: Thu Apr 11, 2024 7:20 am
Hello,
I was able to configure my vscode to enter debug when using ESP-PROG that is connected to ESP32-S3-DevKitC-1-N8 JTAG.
I can see watch, disassembly, memory, stack, registers & ESP-IDF: Peripherals.
For some reason I can't change the value of any of the registers or ESP peripherals. Do I need a special configuration in the OpenOCD or anything else for that? Is it even possible to change peripheral's/registers values during debug in ESP?
All modern IDEs allows the programmer to change registers on the fly...
I was able to configure my vscode to enter debug when using ESP-PROG that is connected to ESP32-S3-DevKitC-1-N8 JTAG.
I can see watch, disassembly, memory, stack, registers & ESP-IDF: Peripherals.
For some reason I can't change the value of any of the registers or ESP peripherals. Do I need a special configuration in the OpenOCD or anything else for that? Is it even possible to change peripheral's/registers values during debug in ESP?
All modern IDEs allows the programmer to change registers on the fly...