Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By KevinThomas
#88350 I worked through the GDB example here - https://arduino-esp8266.readthedocs.io/ ... t/gdb.html and was very simply able to change any of the C++ variables set however when I attempted to:
set $a3 = 0x01 or any other register for that matter it did not error however after doing an info registers the value was not set. Any idea how to set values within the registers? Thanks in advance.