Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i2c_master_probe returning ESP_OK for all addresses (IDFGH-12157) #13213

Closed
3 tasks done
puppy112358 opened this issue Feb 19, 2024 · 3 comments
Closed
3 tasks done

i2c_master_probe returning ESP_OK for all addresses (IDFGH-12157) #13213

puppy112358 opened this issue Feb 19, 2024 · 3 comments
Labels
Status: Opened Issue is new Type: Bug bugs in IDF

Comments

@puppy112358
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

master

Operating System used.

Windows

How did you build your project?

Command line with Make

If you are using Windows, please specify command line type.

None

What is the expected behavior?

I expect to get the address of the device when I make it connected to ESP32S3 and address is supposed to be 0x68 .

What is the actual behavior?

i2c_master_probe() returning ESP_OK for all addresses I have put in it.

Steps to reproduce.

  1. Step
    ESP_ERROR_CHECK(i2c_new_master_bus(&i2c_config_handle1,
    &iic_config_handle[0]));

    ESP_ERROR_CHECK(i2c_new_master_bus(&i2c_config_handle2,
    &iic_config_handle[1]));

  2. for (uint8_t i = 0x01; i < 0x90; i ++) {
    esp_err_t ret1 = i2c_master_probe(iic_config_handle[0], i, I2C_TOOL_TIMEOUT_VALUE_MS);
    if (ret1 == ESP_OK) {
    ESP_LOGI(TAG,"address: %x",i);
    device_number++;
    continue;
    } else{
    ESP_LOGE(TAG,"address %x failed",i);
    }
    esp_err_t ret2 = i2c_master_probe(iic_config_handle[1], 0x68, I2C_TOOL_TIMEOUT_VALUE_MS);
    if (ret2 == ESP_OK) {
    ESP_LOGI(TAG,"address: %x",i);
    device_number++;
    continue;
    }
    }

Build or installation Logs.

No response

More Information.

I have used i2ctools and it works normally...

@puppy112358 puppy112358 added the Type: Bug bugs in IDF label Feb 19, 2024
@puppy112358
Copy link
Author

the log is as below

User : 3 14 options.c:52 configuration_output_handler(): debug_level: 3User : 4 14 options.c:52 configuration_output_handler():
Debug: 5 14 options.c:233 add_default_dirs(): bindir=/builds/idf/openocd-esp32/_build/../openocd-esp32/bin
Debug: 6 14 options.c:234 add_default_dirs(): pkgdatadir=/builds/idf/openocd-esp32/_build/../openocd-esp32/share/openocd
Debug: 7 14 options.c:235 add_default_dirs(): exepath=C:/Users/86180/.espressif/tools/openocd-esp32/v0.12.0-esp32-20230921/openocd-esp32/bin
Debug: 8 14 options.c:236 add_default_dirs(): bin2data=../share/openocd
Debug: 9 14 configuration.c:33 add_script_search_dir(): adding C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts
Debug: 10 27 configuration.c:33 add_script_search_dir(): adding C:/Users/86180/AppData/Roaming/OpenOCD
Debug: 11 27 configuration.c:33 add_script_search_dir(): adding C:/Users/86180/.espressif/tools/openocd-esp32/v0.12.0-esp32-20230921/openocd-esp32/bin/../share/openocd/site
Debug: 12 27 configuration.c:33 add_script_search_dir(): adding C:/Users/86180/.espressif/tools/openocd-esp32/v0.12.0-esp32-20230921/openocd-esp32/bin/../share/openocd/scripts
Debug: 13 27 command.c:151 script_debug(): command - ocd_find board/esp32s3-builtin.cfg
Debug: 14 34 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/board/esp32s3-builtin.cfg
Debug: 15 42 command.c:151 script_debug(): command - ocd_find interface/esp_usb_jtag.cfg
Debug: 16 43 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/interface/esp_usb_jtag.cfg
Debug: 17 44 command.c:151 script_debug(): command - adapter driver esp_usb_jtag
Info : 18 44 transport.c:106 allow_transports(): only one transport option; autoselecting 'jtag'
Debug: 19 44 command.c:151 script_debug(): command - espusbjtag vid_pid 0x303a 0x1001
Info : 20 44 esp_usb_jtag.c:901 esp_usb_jtag_vid_pid(): esp_usb_jtag: VID set to 0x303a and PID to 0x1001
Debug: 21 44 command.c:151 script_debug(): command - espusbjtag caps_descriptor 0x2000
Info : 22 44 esp_usb_jtag.c:912 esp_usb_jtag_caps_descriptor(): esp_usb_jtag: capabilities descriptor set to 0x2000
Debug: 23 44 command.c:151 script_debug(): command - adapter speed 40000
Debug: 24 44 adapter.c:249 adapter_config_khz(): handle adapter khz
Debug: 25 44 adapter.c:213 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 26 44 adapter.c:213 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 27 44 command.c:151 script_debug(): command - ocd_find target/esp32s3.cfg
Debug: 28 45 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/target/esp32s3.cfg
Debug: 29 45 command.c:151 script_debug(): command - ocd_find target/esp_common.cfg
Debug: 30 45 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/target/esp_common.cfg
Debug: 31 46 command.c:151 script_debug(): command - ocd_find bitsbytes.tcl
Debug: 32 47 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/bitsbytes.tcl
Debug: 33 48 command.c:151 script_debug(): command - ocd_find memory.tcl
Debug: 34 48 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/memory.tcl
Debug: 35 49 command.c:151 script_debug(): command - ocd_find mmr_helpers.tcl
Debug: 36 49 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/mmr_helpers.tcl
Debug: 37 50 command.c:151 script_debug(): command - ocd_find target/esp_version.cfg
Debug: 38 51 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/target/esp_version.cfg
Debug: 39 52 command.c:151 script_debug(): command - version
Debug: 40 52 command.c:151 script_debug(): command - add_help_text program_esp write an image to flash, address is only required for binary images. verify, reset, exit, compress, restore_clock and encrypt are optional
Debug: 41 52 command.c:151 script_debug(): command - add_usage_text program_esp [address] [verify] [reset] [exit] [compress] [no_clock_boost] [restore_clock] [encrypt]
Debug: 42 52 command.c:151 script_debug(): command - add_help_text program_esp_bins write all the images at address specified in flasher_args.json generated while building idf project
Debug: 43 52 command.c:151 script_debug(): command - add_usage_text program_esp_bins <build_dir> flasher_args.json [verify] [reset] [exit] [compress] [no_clock_boost] [restore_clock]
Debug: 44 52 command.c:151 script_debug(): command - add_help_text esp_get_mac Print MAC address of the chip. Use a format argument to return formatted MAC value
Debug: 45 52 command.c:151 script_debug(): command - add_usage_text esp_get_mac [format]
Debug: 46 52 command.c:151 script_debug(): command - jtag newtap esp32s3 cpu0 -irlen 5 -expected-id 0x120034e5
Debug: 47 52 tcl.c:419 handle_jtag_newtap_args(): Creating New Tap, Chip: esp32s3, Tap: cpu0, Dotted: esp32s3.cpu0, 4 params
Debug: 48 52 core.c:1476 jtag_tap_init(): Created Tap: esp32s3.cpu0 @ abs position 0, irlen 5, capture: 0x1 mask: 0x3
Debug: 49 52 command.c:151 script_debug(): command - jtag newtap esp32s3 cpu1 -irlen 5 -expected-id 0x120034e5
Debug: 50 52 tcl.c:419 handle_jtag_newtap_args(): Creating New Tap, Chip: esp32s3, Tap: cpu1, Dotted: esp32s3.cpu1, 4 params
Debug: 51 52 core.c:1476 jtag_tap_init(): Created Tap: esp32s3.cpu1 @ abs position 1, irlen 5, capture: 0x1 mask: 0x3
Debug: 52 52 command.c:151 script_debug(): command - target create esp32s3.cpu0 esp32s3 -chain-position esp32s3.cpu0 -coreid 0 -rtos FreeRTOS
Debug: 53 52 target.c:2166 target_free_all_working_areas_restore(): freeing all working areas
Debug: 54 53 FreeRTOS.c:1414 freertos_create(): freertos_create
Debug: 55 53 command.c:285 register_command(): command 'esp' is already registered
Debug: 56 53 command.c:285 register_command(): command 'esp32s3.cpu0 esp' is already registered
Debug: 57 53 command.c:151 script_debug(): command - target create esp32s3.cpu1 esp32s3 -chain-position esp32s3.cpu1 -coreid 1 -rtos FreeRTOS
Debug: 58 53 target.c:2166 target_free_all_working_areas_restore(): freeing all working areas
Debug: 59 53 FreeRTOS.c:1414 freertos_create(): freertos_create
Debug: 60 53 command.c:285 register_command(): command 'xtensa' is already registered
Debug: 61 53 command.c:285 register_command(): command 'xtensa xtdef' is already registered
Debug: 62 53 command.c:285 register_command(): command 'xtensa xtopt' is already registered
Debug: 63 53 command.c:285 register_command(): command 'xtensa xtmem' is already registered
Debug: 64 53 command.c:285 register_command(): command 'xtensa xtmmu' is already registered
Debug: 65 53 command.c:285 register_command(): command 'xtensa xtmpu' is already registered
Debug: 66 53 command.c:285 register_command(): command 'xtensa xtreg' is already registered
Debug: 67 53 command.c:285 register_command(): command 'xtensa xtregs' is already registered
Debug: 68 53 command.c:285 register_command(): command 'xtensa xtregfmt' is already registered
Debug: 69 54 command.c:285 register_command(): command 'xtensa set_permissive' is already registered
Debug: 70 54 command.c:285 register_command(): command 'xtensa maskisr' is already registered
Debug: 71 54 command.c:285 register_command(): command 'xtensa smpbreak' is already registered
Debug: 72 54 command.c:285 register_command(): command 'xtensa perfmon_enable' is already registered
Debug: 73 54 command.c:285 register_command(): command 'xtensa perfmon_dump' is already registered
Debug: 74 54 command.c:285 register_command(): command 'xtensa tracestart' is already registered
Debug: 75 54 command.c:285 register_command(): command 'xtensa tracestop' is already registered
Debug: 76 54 command.c:285 register_command(): command 'xtensa tracedump' is already registered
Debug: 77 54 command.c:285 register_command(): command 'esp' is already registered
Debug: 78 54 command.c:285 register_command(): command 'esp gdb_detach_handler' is already registered
Debug: 79 54 command.c:285 register_command(): command 'esp' is already registered
Debug: 80 54 command.c:285 register_command(): command 'esp apptrace' is already registered
Debug: 81 54 command.c:285 register_command(): command 'esp sysview' is already registered
Debug: 82 54 command.c:285 register_command(): command 'esp sysview_mcore' is already registered
Debug: 83 54 command.c:285 register_command(): command 'esp gcov' is already registered
Debug: 84 54 command.c:285 register_command(): command 'esp32' is already registered
Debug: 85 54 command.c:285 register_command(): command 'esp32 smp' is already registered
Debug: 86 54 command.c:285 register_command(): command 'esp32 smp_gdb' is already registered
Debug: 87 54 command.c:285 register_command(): command 'arm' is already registered
Debug: 88 54 command.c:285 register_command(): command 'arm semihosting' is already registered
Debug: 89 54 command.c:285 register_command(): command 'arm semihosting_redirect' is already registered
Debug: 90 54 command.c:285 register_command(): command 'arm semihosting_cmdline' is already registered
Debug: 91 54 command.c:285 register_command(): command 'arm semihosting_fileio' is already registered
Debug: 92 54 command.c:285 register_command(): command 'arm semihosting_resexit' is already registered
Debug: 93 54 command.c:285 register_command(): command 'arm semihosting_read_user_param' is already registered
Debug: 94 54 command.c:285 register_command(): command 'arm semihosting_basedir' is already registered
Debug: 95 55 command.c:285 register_command(): command 'esp32s3.cpu1 esp' is already registered
Debug: 96 55 command.c:151 script_debug(): command - target smp esp32s3.cpu0 esp32s3.cpu1
Debug: 97 55 target.c:6395 handle_target_smp(): 2
Debug: 98 55 target.c:6351 create_target_list_node(): esp32s3.cpu0
Debug: 99 55 target.c:6351 create_target_list_node(): esp32s3.cpu1
Debug: 100 55 command.c:151 script_debug(): command - esp32s3.cpu0 configure -work-area-phys 0x3FC9C000 -work-area-virt 0x3FC9C000 -work-area-size 0x24000 -work-area-backup 1
Debug: 101 55 target.c:2166 target_free_all_working_areas_restore(): freeing all working areas
Debug: 102 55 target.c:2166 target_free_all_working_areas_restore(): freeing all working areas
Debug: 103 55 target.c:2166 target_free_all_working_areas_restore(): freeing all working areas
Debug: 104 55 target.c:2166 target_free_all_working_areas_restore(): freeing all working areas
Debug: 105 55 command.c:151 script_debug(): command - flash bank esp32s3.cpu0.flash esp32s3 0x0 0 0 0 esp32s3.cpu0
Debug: 106 55 command.c:285 register_command(): command 'esp' is already registered
Debug: 107 55 tcl.c:1307 handle_flash_bank_command(): 'esp32s3' driver usage field missing
Debug: 108 56 command.c:151 script_debug(): command - flash bank esp32s3.cpu0.irom esp32s3 0x0 0 0 0 esp32s3.cpu0
Debug: 109 56 command.c:285 register_command(): command 'esp' is already registered
Debug: 110 56 command.c:285 register_command(): command 'esp appimage_offset' is already registered
Debug: 111 56 command.c:285 register_command(): command 'esp compression' is already registered
Debug: 112 56 command.c:285 register_command(): command 'esp verify_bank_hash' is already registered
Debug: 113 56 command.c:285 register_command(): command 'esp flash_stub_clock_boost' is already registered
Debug: 114 56 command.c:285 register_command(): command 'esp encrypt_binary' is already registered
Debug: 115 56 command.c:285 register_command(): command 'esp stub_log' is already registered
Debug: 116 56 command.c:285 register_command(): command 'esp32s3' is already registered
Debug: 117 56 command.c:285 register_command(): command 'esp32s3 appimage_offset' is already registered
Debug: 118 56 command.c:285 register_command(): command 'esp32s3 compression' is already registered
Debug: 119 56 command.c:285 register_command(): command 'esp32s3 verify_bank_hash' is already registered
Debug: 120 56 command.c:285 register_command(): command 'esp32s3 flash_stub_clock_boost' is already registered
Debug: 121 56 command.c:285 register_command(): command 'esp32s3 encrypt_binary' is already registered
Debug: 122 56 command.c:285 register_command(): command 'esp32s3 stub_log' is already registered
Debug: 123 56 tcl.c:1307 handle_flash_bank_command(): 'esp32s3' driver usage field missing
Debug: 124 56 command.c:151 script_debug(): command - flash bank esp32s3.cpu0.drom esp32s3 0x0 0 0 0 esp32s3.cpu0
Debug: 125 56 command.c:285 register_command(): command 'esp' is already registered
Debug: 126 56 command.c:285 register_command(): command 'esp appimage_offset' is already registered
Debug: 127 56 command.c:285 register_command(): command 'esp compression' is already registered
Debug: 128 56 command.c:285 register_command(): command 'esp verify_bank_hash' is already registered
Debug: 129 56 command.c:285 register_command(): command 'esp flash_stub_clock_boost' is already registered
Debug: 130 57 command.c:285 register_command(): command 'esp encrypt_binary' is already registered
Debug: 131 57 command.c:285 register_command(): command 'esp stub_log' is already registered
Debug: 132 57 command.c:285 register_command(): command 'esp32s3' is already registered
Debug: 133 57 command.c:285 register_command(): command 'esp32s3 appimage_offset' is already registered
Debug: 134 57 command.c:285 register_command(): command 'esp32s3 compression' is already registered
Debug: 135 57 command.c:285 register_command(): command 'esp32s3 verify_bank_hash' is already registered
Debug: 136 57 command.c:285 register_command(): command 'esp32s3 flash_stub_clock_boost' is already registered
Debug: 137 57 command.c:285 register_command(): command 'esp32s3 encrypt_binary' is already registered
Debug: 138 57 command.c:285 register_command(): command 'esp32s3 stub_log' is already registered
Debug: 139 57 tcl.c:1307 handle_flash_bank_command(): 'esp32s3' driver usage field missing
Debug: 140 57 command.c:151 script_debug(): command - flash bank esp32s3.cpu1.flash esp32s3 0x0 0 0 0 esp32s3.cpu1
Debug: 141 57 command.c:285 register_command(): command 'esp' is already registered
Debug: 142 57 command.c:285 register_command(): command 'esp appimage_offset' is already registered
Debug: 143 57 command.c:285 register_command(): command 'esp compression' is already registered
Debug: 144 57 command.c:285 register_command(): command 'esp verify_bank_hash' is already registered
Debug: 145 57 command.c:285 register_command(): command 'esp flash_stub_clock_boost' is already registered
Debug: 146 57 command.c:285 register_command(): command 'esp encrypt_binary' is already registered
Debug: 147 57 command.c:285 register_command(): command 'esp stub_log' is already registered
Debug: 148 57 command.c:285 register_command(): command 'esp32s3' is already registered
Debug: 149 57 command.c:285 register_command(): command 'esp32s3 appimage_offset' is already registered
Debug: 150 58 command.c:285 register_command(): command 'esp32s3 compression' is already registered
Debug: 151 58 command.c:285 register_command(): command 'esp32s3 verify_bank_hash' is already registered
Debug: 152 58 command.c:285 register_command(): command 'esp32s3 flash_stub_clock_boost' is already registered
Debug: 153 58 command.c:285 register_command(): command 'esp32s3 encrypt_binary' is already registered
Debug: 154 58 command.c:285 register_command(): command 'esp32s3 stub_log' is already registered
Debug: 155 58 tcl.c:1307 handle_flash_bank_command(): 'esp32s3' driver usage field missing
Debug: 156 58 command.c:151 script_debug(): command - flash bank esp32s3.cpu1.irom esp32s3 0x0 0 0 0 esp32s3.cpu1
Debug: 157 58 command.c:285 register_command(): command 'esp' is already registered
Debug: 158 58 command.c:285 register_command(): command 'esp appimage_offset' is already registered
Debug: 159 58 command.c:285 register_command(): command 'esp compression' is already registered
Debug: 160 58 command.c:285 register_command(): command 'esp verify_bank_hash' is already registered
Debug: 161 58 command.c:285 register_command(): command 'esp flash_stub_clock_boost' is already registered
Debug: 162 58 command.c:285 register_command(): command 'esp encrypt_binary' is already registered
Debug: 163 58 command.c:285 register_command(): command 'esp stub_log' is already registered
Debug: 164 58 command.c:285 register_command(): command 'esp32s3' is already registered
Debug: 165 58 command.c:285 register_command(): command 'esp32s3 appimage_offset' is already registered
Debug: 166 58 command.c:285 register_command(): command 'esp32s3 compression' is already registered
Debug: 167 58 command.c:285 register_command(): command 'esp32s3 verify_bank_hash' is already registered
Debug: 168 58 command.c:285 register_command(): command 'esp32s3 flash_stub_clock_boost' is already registered
Debug: 169 58 command.c:285 register_command(): command 'esp32s3 encrypt_binary' is already registered
Debug: 170 58 command.c:285 register_command(): command 'esp32s3 stub_log' is already registered
Debug: 171 59 tcl.c:1307 handle_flash_bank_command(): 'esp32s3' driver usage field missing
Debug: 172 59 command.c:151 script_debug(): command - flash bank esp32s3.cpu1.drom esp32s3 0x0 0 0 0 esp32s3.cpu1
Debug: 173 59 command.c:285 register_command(): command 'esp' is already registered
Debug: 174 59 command.c:285 register_command(): command 'esp appimage_offset' is already registered
Debug: 175 59 command.c:285 register_command(): command 'esp compression' is already registered
Debug: 176 59 command.c:285 register_command(): command 'esp verify_bank_hash' is already registered
Debug: 177 59 command.c:285 register_command(): command 'esp flash_stub_clock_boost' is already registered
Debug: 178 59 command.c:285 register_command(): command 'esp encrypt_binary' is already registered
Debug: 179 59 command.c:285 register_command(): command 'esp stub_log' is already registered
Debug: 180 59 command.c:285 register_command(): command 'esp32s3' is already registered
Debug: 181 59 command.c:285 register_command(): command 'esp32s3 appimage_offset' is already registered
Debug: 182 59 command.c:285 register_command(): command 'esp32s3 compression' is already registered
Debug: 183 59 command.c:285 register_command(): command 'esp32s3 verify_bank_hash' is already registered
Debug: 184 59 command.c:285 register_command(): command 'esp32s3 flash_stub_clock_boost' is already registered
Debug: 185 59 command.c:285 register_command(): command 'esp32s3 encrypt_binary' is already registered
Debug: 186 59 command.c:285 register_command(): command 'esp32s3 stub_log' is already registered
Debug: 187 59 tcl.c:1307 handle_flash_bank_command(): 'esp32s3' driver usage field missing
Debug: 188 59 command.c:151 script_debug(): command - esp32s3.cpu0 configure -event examine-end
# Need to enable to set 'semihosting_basedir'
arm semihosting enable
arm semihosting_resexit enable
if { [info exists _SEMIHOST_BASEDIR] } {
if { $_SEMIHOST_BASEDIR != "" } {
arm semihosting_basedir $_SEMIHOST_BASEDIR
}
}

Debug: 189 60 command.c:151 script_debug(): command - esp32s3.cpu1 configure -event examine-end
# Need to enable to set 'semihosting_basedir'
arm semihosting enable
arm semihosting_resexit enable
if { [info exists _SEMIHOST_BASEDIR] } {
if { $_SEMIHOST_BASEDIR != "" } {
arm semihosting_basedir $_SEMIHOST_BASEDIR
}
}

Debug: 190 60 command.c:151 script_debug(): command - esp32s3.cpu0 configure -event reset-assert-post
global _ESP_SOC_RESET
$_ESP_SOC_RESET

Debug: 191 60 command.c:151 script_debug(): command - esp32s3.cpu1 configure -event reset-assert-post
global _ESP_SOC_RESET
$_ESP_SOC_RESET

Debug: 192 60 command.c:151 script_debug(): command - esp32s3.cpu0 configure -event gdb-attach
if { $_ESP_SMP_BREAK != 0 } {
$_TARGETNAME_0 xtensa smpbreak BreakIn BreakOut
}
# necessary to auto-probe flash bank when GDB is connected and generate proper memory map
halt 1000
if { [$_ESP_MEMPROT_IS_ENABLED] } {
# 'reset halt' to disable memory protection and allow flasher to work correctly
echo "Memory protection is enabled. Reset target to disable it..."
reset halt
}

	if { $_ESP_ARCH == "riscv" } {
		# by default mask interrupts while stepping
		riscv set_maskisr steponly
	}

Debug: 193 60 command.c:151 script_debug(): command - esp32s3.cpu1 configure -event gdb-attach
if { $_ESP_SMP_BREAK != 0 } {
$_TARGETNAME_1 xtensa smpbreak BreakIn BreakOut
}
# necessary to auto-probe flash bank when GDB is connected
halt 1000
if { [$_ESP_MEMPROT_IS_ENABLED] } {
# 'reset halt' to disable memory protection and allow flasher to work correctly
echo "Memory protection is enabled. Reset target to disable it..."
reset halt
}

Debug: 194 60 command.c:151 script_debug(): command - esp32s3.cpu0 configure -event gdb-detach
$_TARGETNAME_0 esp gdb_detach_handler

Debug: 195 60 command.c:151 script_debug(): command - esp32s3.cpu1 configure -event gdb-detach
$_TARGETNAME_1 esp gdb_detach_handler

Debug: 196 60 command.c:151 script_debug(): command - esp32s3.cpu0 xtensa maskisr on
Debug: 197 60 command.c:151 script_debug(): command - esp32s3.cpu0 xtensa smpbreak BreakIn BreakOut
Debug: 198 60 xtensa.c:887 xtensa_smpbreak_set(): [esp32s3.cpu0] set smpbreak=30000, state=1
Debug: 199 60 xtensa.c:887 xtensa_smpbreak_set(): [esp32s3.cpu1] set smpbreak=30000, state=1
Debug: 200 61 command.c:151 script_debug(): command - ocd_find target/xtensa-core-esp32s3.cfg
Debug: 201 61 configuration.c:88 find_file(): found C:\Users\86180.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts/target/xtensa-core-esp32s3.cfg
Debug: 202 63 command.c:151 script_debug(): command - xtensa xtdef LX
Debug: 203 63 command.c:151 script_debug(): command - xtensa xtopt arnum 64
Debug: 204 63 command.c:151 script_debug(): command - xtensa xtopt windowed 1
Debug: 205 63 command.c:151 script_debug(): command - xtensa xtopt exceptions 1
Debug: 206 63 command.c:151 script_debug(): command - xtensa xtopt hipriints 1
Debug: 207 63 command.c:151 script_debug(): command - xtensa xtopt intlevels 6
Debug: 208 63 command.c:151 script_debug(): command - xtensa xtopt excmlevel 3
Debug: 209 63 command.c:151 script_debug(): command - xtensa xtmem irom 0x42000000 0x2000000
Debug: 210 63 command.c:151 script_debug(): command - xtensa xtmem irom 0x40000000 0x60000
Debug: 211 63 command.c:151 script_debug(): command - xtensa xtmem iram 0x40370000 0x70000
Debug: 212 64 command.c:151 script_debug(): command - xtensa xtmem iram 0x600FE000 0x2000
Debug: 213 64 command.c:151 script_debug(): command - xtensa xtmem drom 0x3C000000 0x1000000
Debug: 214 64 command.c:151 script_debug(): command - xtensa xtmem drom 0x3FF00000 0x20000
Debug: 215 64 command.c:151 script_debug(): command - xtensa xtmem dram 0x3FC88000 0x78000
Debug: 216 64 command.c:151 script_debug(): command - xtensa xtmem dram 0x600FE000 0x2000
Debug: 217 64 command.c:151 script_debug(): command - xtensa xtmem dram 0x50000000 0x2000
Debug: 218 64 command.c:151 script_debug(): command - xtensa xtmem dram 0x60000000 0x10000000
Debug: 219 64 command.c:151 script_debug(): command - xtensa xtopt debuglevel 6
Debug: 220 64 command.c:151 script_debug(): command - xtensa xtopt ibreaknum 2
Debug: 221 64 command.c:151 script_debug(): command - xtensa xtopt dbreaknum 2
Debug: 222 64 command.c:151 script_debug(): command - xtensa xtopt tracemem 0x4000
Debug: 223 64 command.c:151 script_debug(): command - xtensa xtopt tracememrev 0
Debug: 224 64 command.c:151 script_debug(): command - xtensa xtopt perfcount 2
Debug: 225 64 command.c:151 script_debug(): command - xtensa xtregs 228
Debug: 226 64 command.c:151 script_debug(): command - xtensa xtregfmt contiguous 128
Debug: 227 64 command.c:151 script_debug(): command - xtensa xtreg pc 0x0020
Debug: 228 65 command.c:151 script_debug(): command - xtensa xtreg ar0 0x0100
Debug: 229 65 command.c:151 script_debug(): command - xtensa xtreg ar1 0x0101
Debug: 230 65 command.c:151 script_debug(): command - xtensa xtreg ar2 0x0102
Debug: 231 65 command.c:151 script_debug(): command - xtensa xtreg ar3 0x0103
Debug: 232 65 command.c:151 script_debug(): command - xtensa xtreg ar4 0x0104
Debug: 233 65 command.c:151 script_debug(): command - xtensa xtreg ar5 0x0105
Debug: 234 65 command.c:151 script_debug(): command - xtensa xtreg ar6 0x0106
Debug: 235 65 command.c:151 script_debug(): command - xtensa xtreg ar7 0x0107
Debug: 236 65 command.c:151 script_debug(): command - xtensa xtreg ar8 0x0108
Debug: 237 65 command.c:151 script_debug(): command - xtensa xtreg ar9 0x0109
Debug: 238 65 command.c:151 script_debug(): command - xtensa xtreg ar10 0x010a
Debug: 239 65 command.c:151 script_debug(): command - xtensa xtreg ar11 0x010b
Debug: 240 65 command.c:151 script_debug(): command - xtensa xtreg ar12 0x010c
Debug: 241 65 command.c:151 script_debug(): command - xtensa xtreg ar13 0x010d
Debug: 242 65 command.c:151 script_debug(): command - xtensa xtreg ar14 0x010e
Debug: 243 65 command.c:151 script_debug(): command - xtensa xtreg ar15 0x010f
Debug: 244 65 command.c:151 script_debug(): command - xtensa xtreg ar16 0x0110
Debug: 245 66 command.c:151 script_debug(): command - xtensa xtreg ar17 0x0111
Debug: 246 66 command.c:151 script_debug(): command - xtensa xtreg ar18 0x0112
Debug: 247 66 command.c:151 script_debug(): command - xtensa xtreg ar19 0x0113
Debug: 248 66 command.c:151 script_debug(): command - xtensa xtreg ar20 0x0114
Debug: 249 66 command.c:151 script_debug(): command - xtensa xtreg ar21 0x0115
Debug: 250 66 command.c:151 script_debug(): command - xtensa xtreg ar22 0x0116
Debug: 251 66 command.c:151 script_debug(): command - xtensa xtreg ar23 0x0117
Debug: 252 66 command.c:151 script_debug(): command - xtensa xtreg ar24 0x0118
Debug: 253 66 command.c:151 script_debug(): command - xtensa xtreg ar25 0x0119
Debug: 254 66 command.c:151 script_debug(): command - xtensa xtreg ar26 0x011a
Debug: 255 66 command.c:151 script_debug(): command - xtensa xtreg ar27 0x011b
Debug: 256 66 command.c:151 script_debug(): command - xtensa xtreg ar28 0x011c
Debug: 257 66 command.c:151 script_debug(): command - xtensa xtreg ar29 0x011d
Debug: 258 66 command.c:151 script_debug(): command - xtensa xtreg ar30 0x011e
Debug: 259 66 command.c:151 script_debug(): command - xtensa xtreg ar31 0x011f
Debug: 260 66 command.c:151 script_debug(): command - xtensa xtreg ar32 0x0120
Debug: 261 66 command.c:151 script_debug(): command - xtensa xtreg ar33 0x0121
Debug: 262 66 command.c:151 script_debug(): command - xtensa xtreg ar34 0x0122
Debug: 263 66 command.c:151 script_debug(): command - xtensa xtreg ar35 0x0123
Debug: 264 66 command.c:151 script_debug(): command - xtensa xtreg ar36 0x0124
Debug: 265 66 command.c:151 script_debug(): command - xtensa xtreg ar37 0x0125
Debug: 266 66 command.c:151 script_debug(): command - xtensa xtreg ar38 0x0126
Debug: 267 67 command.c:151 script_debug(): command - xtensa xtreg ar39 0x0127
Debug: 268 67 command.c:151 script_debug(): command - xtensa xtreg ar40 0x0128
Debug: 269 67 command.c:151 script_debug(): command - xtensa xtreg ar41 0x0129
Debug: 270 67 command.c:151 script_debug(): command - xtensa xtreg ar42 0x012a
Debug: 271 67 command.c:151 script_debug(): command - xtensa xtreg ar43 0x012b
Debug: 272 67 command.c:151 script_debug(): command - xtensa xtreg ar44 0x012c
Debug: 273 67 command.c:151 script_debug(): command - xtensa xtreg ar45 0x012d
Debug: 274 67 command.c:151 script_debug(): command - xtensa xtreg ar46 0x012e
Debug: 275 67 command.c:151 script_debug(): command - xtensa xtreg ar47 0x012f
Debug: 276 67 command.c:151 script_debug(): command - xtensa xtreg ar48 0x0130
Debug: 277 67 command.c:151 script_debug(): command - xtensa xtreg ar49 0x0131
Debug: 278 67 command.c:151 script_debug(): command - xtensa xtreg ar50 0x0132
Debug: 279 67 command.c:151 script_debug(): command - xtensa xtreg ar51 0x0133
Debug: 280 67 command.c:151 script_debug(): command - xtensa xtreg ar52 0x0134
Debug: 281 67 command.c:151 script_debug(): command - xtensa xtreg ar53 0x0135
Debug: 282 67 command.c:151 script_debug(): command - xtensa xtreg ar54 0x0136
Debug: 283 67 command.c:151 script_debug(): command - xtensa xtreg ar55 0x0137
Debug: 284 67 command.c:151 script_debug(): command - xtensa xtreg ar56 0x0138
Debug: 285 67 command.c:151 script_debug(): command - xtensa xtreg ar57 0x0139
Debug: 286 67 command.c:151 script_debug(): command - xtensa xtreg ar58 0x013a
Debug: 287 67 command.c:151 script_debug(): command - xtensa xtreg ar59 0x013b
Debug: 288 67 command.c:151 script_debug(): command - xtensa xtreg ar60 0x013c
Debug: 289 67 command.c:151 script_debug(): command - xtensa xtreg ar61 0x013d
Debug: 290 67 command.c:151 script_debug(): command - xtensa xtreg ar62 0x013e
Debug: 291 67 command.c:151 script_debug(): command - xtensa xtreg ar63 0x013f
Debug: 292 67 command.c:151 script_debug(): command - xtensa xtreg lbeg 0x0200
Debug: 293 67 command.c:151 script_debug(): command - xtensa xtreg lend 0x0201
Debug: 294 68 command.c:151 script_debug(): command - xtensa xtreg lcount 0x0202
Debug: 295 68 command.c:151 script_debug(): command - xtensa xtreg sar 0x0203
Debug: 296 68 command.c:151 script_debug(): command - xtensa xtreg windowbase 0x0248
Debug: 297 68 command.c:151 script_debug(): command - xtensa xtreg windowstart 0x0249
Debug: 298 68 command.c:151 script_debug(): command - xtensa xtreg configid0 0x02b0
Debug: 299 68 command.c:151 script_debug(): command - xtensa xtreg configid1 0x02d0
Debug: 300 68 command.c:151 script_debug(): command - xtensa xtreg ps 0x02e6
Debug: 301 68 command.c:151 script_debug(): command - xtensa xtreg threadptr 0x03e7
Debug: 302 68 command.c:151 script_debug(): command - xtensa xtreg br 0x0204
Debug: 303 68 command.c:151 script_debug(): command - xtensa xtreg scompare1 0x020c
Debug: 304 68 command.c:151 script_debug(): command - xtensa xtreg acclo 0x0210
Debug: 305 68 command.c:151 script_debug(): command - xtensa xtreg acchi 0x0211
Debug: 306 68 command.c:151 script_debug(): command - xtensa xtreg m0 0x0220
Debug: 307 68 command.c:151 script_debug(): command - xtensa xtreg m1 0x0221
Debug: 308 68 command.c:151 script_debug(): command - xtensa xtreg m2 0x0222
Debug: 309 68 command.c:151 script_debug(): command - xtensa xtreg m3 0x0223
Debug: 310 68 command.c:151 script_debug(): command - xtensa xtreg gpio_out 0x030c
Debug: 311 68 command.c:151 script_debug(): command - xtensa xtreg f0 0x0030
Debug: 312 68 command.c:151 script_debug(): command - xtensa xtreg f1 0x0031
Debug: 313 68 command.c:151 script_debug(): command - xtensa xtreg f2 0x0032
Debug: 314 68 command.c:151 script_debug(): command - xtensa xtreg f3 0x0033
Debug: 315 68 command.c:151 script_debug(): command - xtensa xtreg f4 0x0034
Debug: 316 68 command.c:151 script_debug(): command - xtensa xtreg f5 0x0035
Debug: 317 68 command.c:151 script_debug(): command - xtensa xtreg f6 0x0036
Debug: 318 68 command.c:151 script_debug(): command - xtensa xtreg f7 0x0037
Debug: 319 68 command.c:151 script_debug(): command - xtensa xtreg f8 0x0038
Debug: 320 69 command.c:151 script_debug(): command - xtensa xtreg f9 0x0039
Debug: 321 69 command.c:151 script_debug(): command - xtensa xtreg f10 0x003a
Debug: 322 69 command.c:151 script_debug(): command - xtensa xtreg f11 0x003b
Debug: 323 69 command.c:151 script_debug(): command - xtensa xtreg f12 0x003c
Debug: 324 69 command.c:151 script_debug(): command - xtensa xtreg f13 0x003d
Debug: 325 69 command.c:151 script_debug(): command - xtensa xtreg f14 0x003e
Debug: 326 69 command.c:151 script_debug(): command - xtensa xtreg f15 0x003f
Debug: 327 69 command.c:151 script_debug(): command - xtensa xtreg fcr 0x03e8
Debug: 328 69 command.c:151 script_debug(): command - xtensa xtreg fsr 0x03e9
Debug: 329 69 command.c:151 script_debug(): command - xtensa xtreg accx_0 0x0300
Debug: 330 69 command.c:151 script_debug(): command - xtensa xtreg accx_1 0x0301
Debug: 331 69 command.c:151 script_debug(): command - xtensa xtreg qacc_h_0 0x0302
Debug: 332 69 command.c:151 script_debug(): command - xtensa xtreg qacc_h_1 0x0303
Debug: 333 69 command.c:151 script_debug(): command - xtensa xtreg qacc_h_2 0x0304
Debug: 334 69 command.c:151 script_debug(): command - xtensa xtreg qacc_h_3 0x0305
Debug: 335 69 command.c:151 script_debug(): command - xtensa xtreg qacc_h_4 0x0306
Debug: 336 69 command.c:151 script_debug(): command - xtensa xtreg qacc_l_0 0x0307
Debug: 337 69 command.c:151 script_debug(): command - xtensa xtreg qacc_l_1 0x0308
Debug: 338 69 command.c:151 script_debug(): command - xtensa xtreg qacc_l_2 0x0309
Debug: 339 69 command.c:151 script_debug(): command - xtensa xtreg qacc_l_3 0x030a
Debug: 340 69 command.c:151 script_debug(): command - xtensa xtreg qacc_l_4 0x030b
Debug: 341 69 command.c:151 script_debug(): command - xtensa xtreg sar_byte 0x030d
Debug: 342 69 command.c:151 script_debug(): command - xtensa xtreg fft_bit_width 0x030e
Debug: 343 70 command.c:151 script_debug(): command - xtensa xtreg ua_state_0 0x030f
Debug: 344 70 command.c:151 script_debug(): command - xtensa xtreg ua_state_1 0x0310
Debug: 345 70 command.c:151 script_debug(): command - xtensa xtreg ua_state_2 0x0311
Debug: 346 70 command.c:151 script_debug(): command - xtensa xtreg ua_state_3 0x0312
Debug: 347 70 command.c:151 script_debug(): command - xtensa xtreg q0 0x1008
Debug: 348 70 command.c:151 script_debug(): command - xtensa xtreg q1 0x1009
Debug: 349 70 command.c:151 script_debug(): command - xtensa xtreg q2 0x100a
Debug: 350 70 command.c:151 script_debug(): command - xtensa xtreg q3 0x100b
Debug: 351 70 command.c:151 script_debug(): command - xtensa xtreg q4 0x100c
Debug: 352 70 command.c:151 script_debug(): command - xtensa xtreg q5 0x100d
Debug: 353 70 command.c:151 script_debug(): command - xtensa xtreg q6 0x100e
Debug: 354 70 command.c:151 script_debug(): command - xtensa xtreg q7 0x100f
Debug: 355 70 command.c:151 script_debug(): command - xtensa xtreg mmid 0x0259
Debug: 356 70 command.c:151 script_debug(): command - xtensa xtreg ibreakenable 0x0260
Debug: 357 70 command.c:151 script_debug(): command - xtensa xtreg memctl 0x0261
Debug: 358 70 command.c:151 script_debug(): command - xtensa xtreg atomctl 0x0263
Debug: 359 70 command.c:151 script_debug(): command - xtensa xtreg ddr 0x0268
Debug: 360 70 command.c:151 script_debug(): command - xtensa xtreg ibreaka0 0x0280
Debug: 361 70 command.c:151 script_debug(): command - xtensa xtreg ibreaka1 0x0281
Debug: 362 70 command.c:151 script_debug(): command - xtensa xtreg dbreaka0 0x0290
Debug: 363 70 command.c:151 script_debug(): command - xtensa xtreg dbreaka1 0x0291
Debug: 364 70 command.c:151 script_debug(): command - xtensa xtreg dbreakc0 0x02a0
Debug: 365 70 command.c:151 script_debug(): command - xtensa xtreg dbreakc1 0x02a1
Debug: 366 70 command.c:151 script_debug(): command - xtensa xtreg epc1 0x02b1
Debug: 367 70 command.c:151 script_debug(): command - xtensa xtreg epc2 0x02b2
Debug: 368 70 command.c:151 script_debug(): command - xtensa xtreg epc3 0x02b3
Debug: 369 70 command.c:151 script_debug(): command - xtensa xtreg epc4 0x02b4
Debug: 370 71 command.c:151 script_debug(): command - xtensa xtreg epc5 0x02b5
Debug: 371 71 command.c:151 script_debug(): command - xtensa xtreg epc6 0x02b6
Debug: 372 71 command.c:151 script_debug(): command - xtensa xtreg epc7 0x02b7
Debug: 373 71 command.c:151 script_debug(): command - xtensa xtreg depc 0x02c0
Debug: 374 71 command.c:151 script_debug(): command - xtensa xtreg eps2 0x02c2
Debug: 375 71 command.c:151 script_debug(): command - xtensa xtreg eps3 0x02c3
Debug: 376 71 command.c:151 script_debug(): command - xtensa xtreg eps4 0x02c4
Debug: 377 71 command.c:151 script_debug(): command - xtensa xtreg eps5 0x02c5
Debug: 378 71 command.c:151 script_debug(): command - xtensa xtreg eps6 0x02c6
Debug: 379 71 xtensa.c:3918 xtensa_cmd_xtreg_do(): Setting PS (eps6) index to 172
Debug: 380 71 xtensa.c:3918 xtensa_cmd_xtreg_do(): Setting PS (eps6) index to 172
Debug: 381 71 command.c:151 script_debug(): command - xtensa xtreg eps7 0x02c7
Debug: 382 71 command.c:151 script_debug(): command - xtensa xtreg excsave1 0x02d1
Debug: 383 71 command.c:151 script_debug(): command - xtensa xtreg excsave2 0x02d2
Debug: 384 71 command.c:151 script_debug(): command - xtensa xtreg excsave3 0x02d3
Debug: 385 71 command.c:151 script_debug(): command - xtensa xtreg excsave4 0x02d4
Debug: 386 71 command.c:151 script_debug(): command - xtensa xtreg excsave5 0x02d5
Debug: 387 71 command.c:151 script_debug(): command - xtensa xtreg excsave6 0x02d6
Debug: 388 71 command.c:151 script_debug(): command - xtensa xtreg excsave7 0x02d7
Debug: 389 71 command.c:151 script_debug(): command - xtensa xtreg cpenable 0x02e0
Debug: 390 71 command.c:151 script_debug(): command - xtensa xtreg interrupt 0x02e2
Debug: 391 71 command.c:151 script_debug(): command - xtensa xtreg intset 0x02e2
Debug: 392 71 command.c:151 script_debug(): command - xtensa xtreg intclear 0x02e3
Debug: 393 71 command.c:151 script_debug(): command - xtensa xtreg intenable 0x02e4
Debug: 394 71 command.c:151 script_debug(): command - xtensa xtreg vecbase 0x02e7
Debug: 395 71 command.c:151 script_debug(): command - xtensa xtreg exccause 0x02e8
Debug: 396 71 command.c:151 script_debug(): command - xtensa xtreg debugcause 0x02e9
Debug: 397 72 command.c:151 script_debug(): command - xtensa xtreg ccount 0x02ea
Debug: 398 72 command.c:151 script_debug(): command - xtensa xtreg prid 0x02eb
Debug: 399 72 command.c:151 script_debug(): command - xtensa xtreg icount 0x02ec
Debug: 400 72 command.c:151 script_debug(): command - xtensa xtreg icountlevel 0x02ed
Debug: 401 72 command.c:151 script_debug(): command - xtensa xtreg excvaddr 0x02ee
Debug: 402 72 command.c:151 script_debug(): command - xtensa xtreg ccompare0 0x02f0
Debug: 403 72 command.c:151 script_debug(): command - xtensa xtreg ccompare1 0x02f1
Debug: 404 72 command.c:151 script_debug(): command - xtensa xtreg ccompare2 0x02f2
Debug: 405 72 command.c:151 script_debug(): command - xtensa xtreg misc0 0x02f4
Debug: 406 72 command.c:151 script_debug(): command - xtensa xtreg misc1 0x02f5
Debug: 407 72 command.c:151 script_debug(): command - xtensa xtreg misc2 0x02f6
Debug: 408 72 command.c:151 script_debug(): command - xtensa xtreg misc3 0x02f7
Debug: 409 72 command.c:151 script_debug(): command - xtensa xtreg pwrctl 0x2028
Debug: 410 72 command.c:151 script_debug(): command - xtensa xtreg pwrstat 0x2029
Debug: 411 72 command.c:151 script_debug(): command - xtensa xtreg eristat 0x202a
Debug: 412 72 command.c:151 script_debug(): command - xtensa xtreg cs_itctrl 0x202b
Debug: 413 72 command.c:151 script_debug(): command - xtensa xtreg cs_claimset 0x202c
Debug: 414 72 command.c:151 script_debug(): command - xtensa xtreg cs_claimclr 0x202d
Debug: 415 72 command.c:151 script_debug(): command - xtensa xtreg cs_lockaccess 0x202e
Debug: 416 72 command.c:151 script_debug(): command - xtensa xtreg cs_lockstatus 0x202f
Debug: 417 72 command.c:151 script_debug(): command - xtensa xtreg cs_authstatus 0x2030
Debug: 418 72 command.c:151 script_debug(): command - xtensa xtreg fault_info 0x203f
Debug: 419 72 command.c:151 script_debug(): command - xtensa xtreg trax_id 0x2040
Debug: 420 72 command.c:151 script_debug(): command - xtensa xtreg trax_control 0x2041
Debug: 421 72 command.c:151 script_debug(): command - xtensa xtreg trax_status 0x2042
Debug: 422 72 command.c:151 script_debug(): command - xtensa xtreg trax_data 0x2043
Debug: 423 73 command.c:151 script_debug(): command - xtensa xtreg trax_address 0x2044
Debug: 424 73 command.c:151 script_debug(): command - xtensa xtreg trax_pctrigger 0x2045
Debug: 425 73 command.c:151 script_debug(): command - xtensa xtreg trax_pcmatch 0x2046
Debug: 426 73 command.c:151 script_debug(): command - xtensa xtreg trax_delay 0x2047
Debug: 427 73 command.c:151 script_debug(): command - xtensa xtreg trax_memstart 0x2048
Debug: 428 73 command.c:151 script_debug(): command - xtensa xtreg trax_memend 0x2049
Debug: 429 73 command.c:151 script_debug(): command - xtensa xtreg pmg 0x2057
Debug: 430 73 command.c:151 script_debug(): command - xtensa xtreg pmpc 0x2058
Debug: 431 73 command.c:151 script_debug(): command - xtensa xtreg pm0 0x2059
Debug: 432 73 command.c:151 script_debug(): command - xtensa xtreg pm1 0x205a
Debug: 433 73 command.c:151 script_debug(): command - xtensa xtreg pmctrl0 0x205b
Debug: 434 73 command.c:151 script_debug(): command - xtensa xtreg pmctrl1 0x205c
Debug: 435 73 command.c:151 script_debug(): command - xtensa xtreg pmstat0 0x205d
Debug: 436 73 command.c:151 script_debug(): command - xtensa xtreg pmstat1 0x205e
Debug: 437 73 command.c:151 script_debug(): command - xtensa xtreg ocdid 0x205f
Debug: 438 73 command.c:151 script_debug(): command - xtensa xtreg ocd_dcrclr 0x2060
Debug: 439 73 command.c:151 script_debug(): command - xtensa xtreg ocd_dcrset 0x2061
Debug: 440 73 command.c:151 script_debug(): command - xtensa xtreg ocd_dsr 0x2062
Debug: 441 73 command.c:151 script_debug(): command - xtensa xtreg a0 0x0000
Debug: 442 73 command.c:151 script_debug(): command - xtensa xtreg a1 0x0001
Debug: 443 73 command.c:151 script_debug(): command - xtensa xtreg a2 0x0002
Debug: 444 73 command.c:151 script_debug(): command - xtensa xtreg a3 0x0003
Debug: 445 73 command.c:151 script_debug(): command - xtensa xtreg a4 0x0004
Debug: 446 73 command.c:151 script_debug(): command - xtensa xtreg a5 0x0005
Debug: 447 73 command.c:151 script_debug(): command - xtensa xtreg a6 0x0006
Debug: 448 73 command.c:151 script_debug(): command - xtensa xtreg a7 0x0007
Debug: 449 73 command.c:151 script_debug(): command - xtensa xtreg a8 0x0008
Debug: 450 73 command.c:151 script_debug(): command - xtensa xtreg a9 0x0009
Debug: 451 73 command.c:151 script_debug(): command - xtensa xtreg a10 0x000a
Debug: 452 74 command.c:151 script_debug(): command - xtensa xtreg a11 0x000b
Debug: 453 74 command.c:151 script_debug(): command - xtensa xtreg a12 0x000c
Debug: 454 74 command.c:151 script_debug(): command - xtensa xtreg a13 0x000d
Debug: 455 74 command.c:151 script_debug(): command - xtensa xtreg a14 0x000e
Debug: 456 74 command.c:151 script_debug(): command - xtensa xtreg a15 0x000f
Info : 457 91 server.c:298 add_service(): Listening on port 6666 for tcl connections
Info : 458 91 server.c:298 add_service(): Listening on port 4444 for telnet connections
Debug: 459 91 command.c:151 script_debug(): command - init
Debug: 460 91 command.c:151 script_debug(): command - target init
Debug: 461 91 command.c:151 script_debug(): command - target names
Debug: 462 91 command.c:151 script_debug(): command - esp32s3.cpu0 cget -event gdb-flash-erase-start
Debug: 463 92 command.c:151 script_debug(): command - esp32s3.cpu0 configure -event gdb-flash-erase-start reset init
Debug: 464 92 command.c:151 script_debug(): command - esp32s3.cpu0 cget -event gdb-flash-write-end
Debug: 465 92 command.c:151 script_debug(): command - esp32s3.cpu0 configure -event gdb-flash-write-end reset halt
Debug: 466 92 command.c:151 script_debug(): command - esp32s3.cpu0 cget -event gdb-attach
Debug: 467 92 command.c:151 script_debug(): command - esp32s3.cpu1 cget -event gdb-flash-erase-start
Debug: 468 92 command.c:151 script_debug(): command - esp32s3.cpu1 configure -event gdb-flash-erase-start reset init
Debug: 469 92 command.c:151 script_debug(): command - esp32s3.cpu1 cget -event gdb-flash-write-end
Debug: 470 92 command.c:151 script_debug(): command - esp32s3.cpu1 configure -event gdb-flash-write-end reset halt
Debug: 471 92 command.c:151 script_debug(): command - esp32s3.cpu1 cget -event gdb-attach
Debug: 472 92 target.c:1624 handle_target_init_command(): Initializing targets...
Debug: 473 92 xtensa.c:2933 xtensa_build_reg_cache(): [esp32s3.cpu0] xtensa->total_regs_num 228 reg_list_size 228 xtensa->dbregs_num 8291
Debug: 474 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pc , dbreg_num 0x02ff
Debug: 475 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar0 , dbreg_num 0x0100
Debug: 476 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar1 , dbreg_num 0x0101
Debug: 477 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar2 , dbreg_num 0x0102
Debug: 478 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar3 , dbreg_num 0x0103
Debug: 479 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar4 , dbreg_num 0x0104
Debug: 480 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar5 , dbreg_num 0x0105
Debug: 481 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar6 , dbreg_num 0x0106
Debug: 482 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar7 , dbreg_num 0x0107
Debug: 483 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar8 , dbreg_num 0x0108
Debug: 484 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar9 , dbreg_num 0x0109
Debug: 485 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar10 , dbreg_num 0x010a
Debug: 486 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar11 , dbreg_num 0x010b
Debug: 487 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar12 , dbreg_num 0x010c
Debug: 488 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar13 , dbreg_num 0x010d
Debug: 489 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar14 , dbreg_num 0x010e
Debug: 490 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar15 , dbreg_num 0x010f
Debug: 491 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar16 , dbreg_num 0x0110
Debug: 492 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar17 , dbreg_num 0x0111
Debug: 493 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar18 , dbreg_num 0x0112
Debug: 494 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar19 , dbreg_num 0x0113
Debug: 495 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar20 , dbreg_num 0x0114
Debug: 496 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar21 , dbreg_num 0x0115
Debug: 497 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar22 , dbreg_num 0x0116
Debug: 498 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar23 , dbreg_num 0x0117
Debug: 499 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar24 , dbreg_num 0x0118
Debug: 500 96 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar25 , dbreg_num 0x0119
Debug: 501 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar26 , dbreg_num 0x011a
Debug: 502 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar27 , dbreg_num 0x011b
Debug: 503 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar28 , dbreg_num 0x011c
Debug: 504 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar29 , dbreg_num 0x011d
Debug: 505 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar30 , dbreg_num 0x011e
Debug: 506 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar31 , dbreg_num 0x011f
Debug: 507 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar32 , dbreg_num 0x0120
Debug: 508 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar33 , dbreg_num 0x0121
Debug: 509 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar34 , dbreg_num 0x0122
Debug: 510 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar35 , dbreg_num 0x0123
Debug: 511 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar36 , dbreg_num 0x0124
Debug: 512 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar37 , dbreg_num 0x0125
Debug: 513 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar38 , dbreg_num 0x0126
Debug: 514 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar39 , dbreg_num 0x0127
Debug: 515 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar40 , dbreg_num 0x0128
Debug: 516 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar41 , dbreg_num 0x0129
Debug: 517 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar42 , dbreg_num 0x012a
Debug: 518 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar43 , dbreg_num 0x012b
Debug: 519 97 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar44 , dbreg_num 0x012c
Debug: 520 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar45 , dbreg_num 0x012d
Debug: 521 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar46 , dbreg_num 0x012e
Debug: 522 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar47 , dbreg_num 0x012f
Debug: 523 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar48 , dbreg_num 0x0130
Debug: 524 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar49 , dbreg_num 0x0131
Debug: 525 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar50 , dbreg_num 0x0132
Debug: 526 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar51 , dbreg_num 0x0133
Debug: 527 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar52 , dbreg_num 0x0134
Debug: 528 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar53 , dbreg_num 0x0135
Debug: 529 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar54 , dbreg_num 0x0136
Debug: 530 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar55 , dbreg_num 0x0137
Debug: 531 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar56 , dbreg_num 0x0138
Debug: 532 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar57 , dbreg_num 0x0139
Debug: 533 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar58 , dbreg_num 0x013a
Debug: 534 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar59 , dbreg_num 0x013b
Debug: 535 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar60 , dbreg_num 0x013c
Debug: 536 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar61 , dbreg_num 0x013d
Debug: 537 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar62 , dbreg_num 0x013e
Debug: 538 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ar63 , dbreg_num 0x013f
Debug: 539 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: lbeg , dbreg_num 0x0200
Debug: 540 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: lend , dbreg_num 0x0201
Debug: 541 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: lcount , dbreg_num 0x0202
Debug: 542 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: sar , dbreg_num 0x0203
Debug: 543 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: windowbase , dbreg_num 0x0248
Debug: 544 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: windowstart , dbreg_num 0x0249
Debug: 545 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: configid0 , dbreg_num 0x02b0
Debug: 546 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: configid1 , dbreg_num 0x02d0
Debug: 547 98 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ps , dbreg_num 0x02e6
Debug: 548 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: threadptr , dbreg_num 0x03e7
Debug: 549 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: br , dbreg_num 0x0204
Debug: 550 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: scompare1 , dbreg_num 0x020c
Debug: 551 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: acclo , dbreg_num 0x0210
Debug: 552 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: acchi , dbreg_num 0x0211
Debug: 553 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: m0 , dbreg_num 0x0220
Debug: 554 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: m1 , dbreg_num 0x0221
Debug: 555 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: m2 , dbreg_num 0x0222
Debug: 556 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: m3 , dbreg_num 0x0223
Debug: 557 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: gpio_out , dbreg_num 0x030c
Debug: 558 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f0 , dbreg_num 0x0030
Debug: 559 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f1 , dbreg_num 0x0031
Debug: 560 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f2 , dbreg_num 0x0032
Debug: 561 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f3 , dbreg_num 0x0033
Debug: 562 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f4 , dbreg_num 0x0034
Debug: 563 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f5 , dbreg_num 0x0035
Debug: 564 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f6 , dbreg_num 0x0036
Debug: 565 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f7 , dbreg_num 0x0037
Debug: 566 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f8 , dbreg_num 0x0038
Debug: 567 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f9 , dbreg_num 0x0039
Debug: 568 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f10 , dbreg_num 0x003a
Debug: 569 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f11 , dbreg_num 0x003b
Debug: 570 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f12 , dbreg_num 0x003c
Debug: 571 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f13 , dbreg_num 0x003d
Debug: 572 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f14 , dbreg_num 0x003e
Debug: 573 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: f15 , dbreg_num 0x003f
Debug: 574 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: fcr , dbreg_num 0x03e8
Debug: 575 99 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: fsr , dbreg_num 0x03e9
Debug: 576 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: accx_0 , dbreg_num 0x0300
Debug: 577 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: accx_1 , dbreg_num 0x0301
Debug: 578 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_h_0 , dbreg_num 0x0302
Debug: 579 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_h_1 , dbreg_num 0x0303
Debug: 580 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_h_2 , dbreg_num 0x0304
Debug: 581 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_h_3 , dbreg_num 0x0305
Debug: 582 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_h_4 , dbreg_num 0x0306
Debug: 583 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_l_0 , dbreg_num 0x0307
Debug: 584 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_l_1 , dbreg_num 0x0308
Debug: 585 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_l_2 , dbreg_num 0x0309
Debug: 586 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_l_3 , dbreg_num 0x030a
Debug: 587 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: qacc_l_4 , dbreg_num 0x030b
Debug: 588 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: sar_byte , dbreg_num 0x030d
Debug: 589 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: fft_bit_width , dbreg_num 0x030e
Debug: 590 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ua_state_0 , dbreg_num 0x030f
Debug: 591 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ua_state_1 , dbreg_num 0x0310
Debug: 592 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ua_state_2 , dbreg_num 0x0311
Debug: 593 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ua_state_3 , dbreg_num 0x0312
Debug: 594 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: q0 , dbreg_num 0x1008
Debug: 595 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: q1 , dbreg_num 0x1009
Debug: 596 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: q2 , dbreg_num 0x100a
Debug: 597 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: q3 , dbreg_num 0x100b
Debug: 598 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: q4 , dbreg_num 0x100c
Debug: 599 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: q5 , dbreg_num 0x100d
Debug: 600 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: q6 , dbreg_num 0x100e
Debug: 601 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: q7 , dbreg_num 0x100f
Debug: 602 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: mmid , dbreg_num 0x0259
Debug: 603 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ibreakenable , dbreg_num 0x0260
Debug: 604 100 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: memctl , dbreg_num 0x0261
Debug: 605 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: atomctl , dbreg_num 0x0263
Debug: 606 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ddr , dbreg_num 0x0268
Debug: 607 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ibreaka0 , dbreg_num 0x0280
Debug: 608 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ibreaka1 , dbreg_num 0x0281
Debug: 609 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: dbreaka0 , dbreg_num 0x0290
Debug: 610 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: dbreaka1 , dbreg_num 0x0291
Debug: 611 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: dbreakc0 , dbreg_num 0x02a0
Debug: 612 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: dbreakc1 , dbreg_num 0x02a1
Debug: 613 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: epc1 , dbreg_num 0x02b1
Debug: 614 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: epc2 , dbreg_num 0x02b2
Debug: 615 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: epc3 , dbreg_num 0x02b3
Debug: 616 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: epc4 , dbreg_num 0x02b4
Debug: 617 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: epc5 , dbreg_num 0x02b5
Debug: 618 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: epc6 , dbreg_num 0x02b6
Debug: 619 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: epc7 , dbreg_num 0x02b7
Debug: 620 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: depc , dbreg_num 0x02c0
Debug: 621 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: eps2 , dbreg_num 0x02c2
Debug: 622 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: eps3 , dbreg_num 0x02c3
Debug: 623 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: eps4 , dbreg_num 0x02c4
Debug: 624 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: eps5 , dbreg_num 0x02c5
Debug: 625 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: eps6 , dbreg_num 0x02c6
Debug: 626 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: eps7 , dbreg_num 0x02c7
Debug: 627 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: excsave1 , dbreg_num 0x02d1
Debug: 628 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: excsave2 , dbreg_num 0x02d2
Debug: 629 101 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: excsave3 , dbreg_num 0x02d3
Debug: 630 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: excsave4 , dbreg_num 0x02d4
Debug: 631 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: excsave5 , dbreg_num 0x02d5
Debug: 632 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: excsave6 , dbreg_num 0x02d6
Debug: 633 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: excsave7 , dbreg_num 0x02d7
Debug: 634 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: cpenable , dbreg_num 0x02e0
Debug: 635 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: interrupt , dbreg_num 0x02e2
Debug: 636 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: intset , dbreg_num 0x02e2
Debug: 637 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: intclear , dbreg_num 0x02e3
Debug: 638 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: intenable , dbreg_num 0x02e4
Debug: 639 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: vecbase , dbreg_num 0x02e7
Debug: 640 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: exccause , dbreg_num 0x02e8
Debug: 641 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: debugcause , dbreg_num 0x02e9
Debug: 642 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ccount , dbreg_num 0x02ea
Debug: 643 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: prid , dbreg_num 0x02eb
Debug: 644 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: icount , dbreg_num 0x02ec
Debug: 645 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: icountlevel , dbreg_num 0x02ed
Debug: 646 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: excvaddr , dbreg_num 0x02ee
Debug: 647 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ccompare0 , dbreg_num 0x02f0
Debug: 648 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ccompare1 , dbreg_num 0x02f1
Debug: 649 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ccompare2 , dbreg_num 0x02f2
Debug: 650 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: misc0 , dbreg_num 0x02f4
Debug: 651 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: misc1 , dbreg_num 0x02f5
Debug: 652 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: misc2 , dbreg_num 0x02f6
Debug: 653 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: misc3 , dbreg_num 0x02f7
Debug: 654 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pwrctl , dbreg_num 0x2028
Debug: 655 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pwrstat , dbreg_num 0x2029
Debug: 656 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: eristat , dbreg_num 0x202a
Debug: 657 102 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: cs_itctrl , dbreg_num 0x202b
Debug: 658 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: cs_claimset , dbreg_num 0x202c
Debug: 659 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: cs_claimclr , dbreg_num 0x202d
Debug: 660 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: cs_lockaccess , dbreg_num 0x202e
Debug: 661 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: cs_lockstatus , dbreg_num 0x202f
Debug: 662 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: cs_authstatus , dbreg_num 0x2030
Debug: 663 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: fault_info , dbreg_num 0x203f
Debug: 664 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_id , dbreg_num 0x2040
Debug: 665 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_control , dbreg_num 0x2041
Debug: 666 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_status , dbreg_num 0x2042
Debug: 667 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_data , dbreg_num 0x2043
Debug: 668 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_address , dbreg_num 0x2044
Debug: 669 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_pctrigger , dbreg_num 0x2045
Debug: 670 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_pcmatch , dbreg_num 0x2046
Debug: 671 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_delay , dbreg_num 0x2047
Debug: 672 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_memstart , dbreg_num 0x2048
Debug: 673 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: trax_memend , dbreg_num 0x2049
Debug: 674 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pmg , dbreg_num 0x2057
Debug: 675 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pmpc , dbreg_num 0x2058
Debug: 676 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pm0 , dbreg_num 0x2059
Debug: 677 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pm1 , dbreg_num 0x205a
Debug: 678 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pmctrl0 , dbreg_num 0x205b
Debug: 679 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pmctrl1 , dbreg_num 0x205c
Debug: 680 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pmstat0 , dbreg_num 0x205d
Debug: 681 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: pmstat1 , dbreg_num 0x205e
Debug: 682 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ocdid , dbreg_num 0x205f
Debug: 683 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ocd_dcrclr , dbreg_num 0x2060
Debug: 684 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ocd_dcrset , dbreg_num 0x2061
Debug: 685 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: ocd_dsr , dbreg_num 0x2062
Debug: 686 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a0 , dbreg_num 0x0001
Debug: 687 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a1 , dbreg_num 0x0002
Debug: 688 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a2 , dbreg_num 0x0003
Debug: 689 103 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a3 , dbreg_num 0x0004
Debug: 690 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a4 , dbreg_num 0x0005
Debug: 691 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a5 , dbreg_num 0x0006
Debug: 692 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a6 , dbreg_num 0x0007
Debug: 693 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a7 , dbreg_num 0x0008
Debug: 694 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a8 , dbreg_num 0x0009
Debug: 695 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a9 , dbreg_num 0x000a
Debug: 696 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a10 , dbreg_num 0x000b
Debug: 697 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a11 , dbreg_num 0x000c
Debug: 698 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a12 , dbreg_num 0x000d
Debug: 699 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a13 , dbreg_num 0x000e
Debug: 700 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a14 , dbreg_num 0x000f
Debug: 701 104 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu0] POPULATE contiguous regs list: a15 , dbreg_num 0x0010
Debug: 702 104 semihosting_common.c:105 semihosting_common_init():
Debug: 703 104 semihosting_common.c:105 semihosting_common_init():
Debug: 704 104 xtensa.c:2933 xtensa_build_reg_cache(): [esp32s3.cpu1] xtensa->total_regs_num 228 reg_list_size 228 xtensa->dbregs_num 8291
Debug: 705 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pc , dbreg_num 0x02ff
Debug: 706 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar0 , dbreg_num 0x0100
Debug: 707 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar1 , dbreg_num 0x0101
Debug: 708 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar2 , dbreg_num 0x0102
Debug: 709 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar3 , dbreg_num 0x0103
Debug: 710 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar4 , dbreg_num 0x0104
Debug: 711 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar5 , dbreg_num 0x0105
Debug: 712 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar6 , dbreg_num 0x0106
Debug: 713 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar7 , dbreg_num 0x0107
Debug: 714 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar8 , dbreg_num 0x0108
Debug: 715 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar9 , dbreg_num 0x0109
Debug: 716 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar10 , dbreg_num 0x010a
Debug: 717 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar11 , dbreg_num 0x010b
Debug: 718 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar12 , dbreg_num 0x010c
Debug: 719 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar13 , dbreg_num 0x010d
Debug: 720 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar14 , dbreg_num 0x010e
Debug: 721 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar15 , dbreg_num 0x010f
Debug: 722 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar16 , dbreg_num 0x0110
Debug: 723 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar17 , dbreg_num 0x0111
Debug: 724 108 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar18 , dbreg_num 0x0112
Debug: 725 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar19 , dbreg_num 0x0113
Debug: 726 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar20 , dbreg_num 0x0114
Debug: 727 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar21 , dbreg_num 0x0115
Debug: 728 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar22 , dbreg_num 0x0116
Debug: 729 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar23 , dbreg_num 0x0117
Debug: 730 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar24 , dbreg_num 0x0118
Debug: 731 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar25 , dbreg_num 0x0119
Debug: 732 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar26 , dbreg_num 0x011a
Debug: 733 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar27 , dbreg_num 0x011b
Debug: 734 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar28 , dbreg_num 0x011c
Debug: 735 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar29 , dbreg_num 0x011d
Debug: 736 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar30 , dbreg_num 0x011e
Debug: 737 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar31 , dbreg_num 0x011f
Debug: 738 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar32 , dbreg_num 0x0120
Debug: 739 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar33 , dbreg_num 0x0121
Debug: 740 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar34 , dbreg_num 0x0122
Debug: 741 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar35 , dbreg_num 0x0123
Debug: 742 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar36 , dbreg_num 0x0124
Debug: 743 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar37 , dbreg_num 0x0125
Debug: 744 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar38 , dbreg_num 0x0126
Debug: 745 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar39 , dbreg_num 0x0127
Debug: 746 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar40 , dbreg_num 0x0128
Debug: 747 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar41 , dbreg_num 0x0129
Debug: 748 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar42 , dbreg_num 0x012a
Debug: 749 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar43 , dbreg_num 0x012b
Debug: 750 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar44 , dbreg_num 0x012c
Debug: 751 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar45 , dbreg_num 0x012d
Debug: 752 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar46 , dbreg_num 0x012e
Debug: 753 109 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar47 , dbreg_num 0x012f
Debug: 754 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar48 , dbreg_num 0x0130
Debug: 755 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar49 , dbreg_num 0x0131
Debug: 756 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar50 , dbreg_num 0x0132
Debug: 757 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar51 , dbreg_num 0x0133
Debug: 758 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar52 , dbreg_num 0x0134
Debug: 759 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar53 , dbreg_num 0x0135
Debug: 760 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar54 , dbreg_num 0x0136
Debug: 761 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar55 , dbreg_num 0x0137
Debug: 762 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar56 , dbreg_num 0x0138
Debug: 763 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar57 , dbreg_num 0x0139
Debug: 764 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar58 , dbreg_num 0x013a
Debug: 765 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar59 , dbreg_num 0x013b
Debug: 766 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar60 , dbreg_num 0x013c
Debug: 767 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar61 , dbreg_num 0x013d
Debug: 768 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar62 , dbreg_num 0x013e
Debug: 769 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ar63 , dbreg_num 0x013f
Debug: 770 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: lbeg , dbreg_num 0x0200
Debug: 771 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: lend , dbreg_num 0x0201
Debug: 772 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: lcount , dbreg_num 0x0202
Debug: 773 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: sar , dbreg_num 0x0203
Debug: 774 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: windowbase , dbreg_num 0x0248
Debug: 775 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: windowstart , dbreg_num 0x0249
Debug: 776 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: configid0 , dbreg_num 0x02b0
Debug: 777 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: configid1 , dbreg_num 0x02d0
Debug: 778 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ps , dbreg_num 0x02e6
Debug: 779 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: threadptr , dbreg_num 0x03e7
Debug: 780 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: br , dbreg_num 0x0204
Debug: 781 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: scompare1 , dbreg_num 0x020c
Debug: 782 110 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: acclo , dbreg_num 0x0210
Debug: 783 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: acchi , dbreg_num 0x0211
Debug: 784 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: m0 , dbreg_num 0x0220
Debug: 785 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: m1 , dbreg_num 0x0221
Debug: 786 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: m2 , dbreg_num 0x0222
Debug: 787 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: m3 , dbreg_num 0x0223
Debug: 788 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: gpio_out , dbreg_num 0x030c
Debug: 789 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f0 , dbreg_num 0x0030
Debug: 790 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f1 , dbreg_num 0x0031
Debug: 791 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f2 , dbreg_num 0x0032
Debug: 792 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f3 , dbreg_num 0x0033
Debug: 793 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f4 , dbreg_num 0x0034
Debug: 794 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f5 , dbreg_num 0x0035
Debug: 795 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f6 , dbreg_num 0x0036
Debug: 796 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f7 , dbreg_num 0x0037
Debug: 797 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f8 , dbreg_num 0x0038
Debug: 798 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f9 , dbreg_num 0x0039
Debug: 799 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f10 , dbreg_num 0x003a
Debug: 800 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f11 , dbreg_num 0x003b
Debug: 801 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f12 , dbreg_num 0x003c
Debug: 802 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f13 , dbreg_num 0x003d
Debug: 803 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f14 , dbreg_num 0x003e
Debug: 804 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: f15 , dbreg_num 0x003f
Debug: 805 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: fcr , dbreg_num 0x03e8
Debug: 806 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: fsr , dbreg_num 0x03e9
Debug: 807 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: accx_0 , dbreg_num 0x0300
Debug: 808 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: accx_1 , dbreg_num 0x0301
Debug: 809 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_h_0 , dbreg_num 0x0302
Debug: 810 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_h_1 , dbreg_num 0x0303
Debug: 811 111 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_h_2 , dbreg_num 0x0304
Debug: 812 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_h_3 , dbreg_num 0x0305
Debug: 813 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_h_4 , dbreg_num 0x0306
Debug: 814 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_l_0 , dbreg_num 0x0307
Debug: 815 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_l_1 , dbreg_num 0x0308
Debug: 816 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_l_2 , dbreg_num 0x0309
Debug: 817 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_l_3 , dbreg_num 0x030a
Debug: 818 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: qacc_l_4 , dbreg_num 0x030b
Debug: 819 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: sar_byte , dbreg_num 0x030d
Debug: 820 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: fft_bit_width , dbreg_num 0x030e
Debug: 821 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ua_state_0 , dbreg_num 0x030f
Debug: 822 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ua_state_1 , dbreg_num 0x0310
Debug: 823 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ua_state_2 , dbreg_num 0x0311
Debug: 824 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ua_state_3 , dbreg_num 0x0312
Debug: 825 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: q0 , dbreg_num 0x1008
Debug: 826 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: q1 , dbreg_num 0x1009
Debug: 827 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: q2 , dbreg_num 0x100a
Debug: 828 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: q3 , dbreg_num 0x100b
Debug: 829 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: q4 , dbreg_num 0x100c
Debug: 830 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: q5 , dbreg_num 0x100d
Debug: 831 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: q6 , dbreg_num 0x100e
Debug: 832 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: q7 , dbreg_num 0x100f
Debug: 833 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: mmid , dbreg_num 0x0259
Debug: 834 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ibreakenable , dbreg_num 0x0260
Debug: 835 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: memctl , dbreg_num 0x0261
Debug: 836 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: atomctl , dbreg_num 0x0263
Debug: 837 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ddr , dbreg_num 0x0268
Debug: 838 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ibreaka0 , dbreg_num 0x0280
Debug: 839 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ibreaka1 , dbreg_num 0x0281
Debug: 840 112 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: dbreaka0 , dbreg_num 0x0290
Debug: 841 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: dbreaka1 , dbreg_num 0x0291
Debug: 842 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: dbreakc0 , dbreg_num 0x02a0
Debug: 843 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: dbreakc1 , dbreg_num 0x02a1
Debug: 844 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: epc1 , dbreg_num 0x02b1
Debug: 845 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: epc2 , dbreg_num 0x02b2
Debug: 846 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: epc3 , dbreg_num 0x02b3
Debug: 847 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: epc4 , dbreg_num 0x02b4
Debug: 848 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: epc5 , dbreg_num 0x02b5
Debug: 849 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: epc6 , dbreg_num 0x02b6
Debug: 850 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: epc7 , dbreg_num 0x02b7
Debug: 851 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: depc , dbreg_num 0x02c0
Debug: 852 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: eps2 , dbreg_num 0x02c2
Debug: 853 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: eps3 , dbreg_num 0x02c3
Debug: 854 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: eps4 , dbreg_num 0x02c4
Debug: 855 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: eps5 , dbreg_num 0x02c5
Debug: 856 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: eps6 , dbreg_num 0x02c6
Debug: 857 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: eps7 , dbreg_num 0x02c7
Debug: 858 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: excsave1 , dbreg_num 0x02d1
Debug: 859 113 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: excsave2 , dbreg_num 0x02d2
Debug: 860 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: excsave3 , dbreg_num 0x02d3
Debug: 861 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: excsave4 , dbreg_num 0x02d4
Debug: 862 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: excsave5 , dbreg_num 0x02d5
Debug: 863 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: excsave6 , dbreg_num 0x02d6
Debug: 864 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: excsave7 , dbreg_num 0x02d7
Debug: 865 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: cpenable , dbreg_num 0x02e0
Debug: 866 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: interrupt , dbreg_num 0x02e2
Debug: 867 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: intset , dbreg_num 0x02e2
Debug: 868 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: intclear , dbreg_num 0x02e3
Debug: 869 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: intenable , dbreg_num 0x02e4
Debug: 870 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: vecbase , dbreg_num 0x02e7
Debug: 871 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: exccause , dbreg_num 0x02e8
Debug: 872 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: debugcause , dbreg_num 0x02e9
Debug: 873 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ccount , dbreg_num 0x02ea
Debug: 874 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: prid , dbreg_num 0x02eb
Debug: 875 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: icount , dbreg_num 0x02ec
Debug: 876 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: icountlevel , dbreg_num 0x02ed
Debug: 877 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: excvaddr , dbreg_num 0x02ee
Debug: 878 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ccompare0 , dbreg_num 0x02f0
Debug: 879 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ccompare1 , dbreg_num 0x02f1
Debug: 880 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ccompare2 , dbreg_num 0x02f2
Debug: 881 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: misc0 , dbreg_num 0x02f4
Debug: 882 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: misc1 , dbreg_num 0x02f5
Debug: 883 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: misc2 , dbreg_num 0x02f6
Debug: 884 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: misc3 , dbreg_num 0x02f7
Debug: 885 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pwrctl , dbreg_num 0x2028
Debug: 886 114 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pwrstat , dbreg_num 0x2029
Debug: 887 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: eristat , dbreg_num 0x202a
Debug: 888 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: cs_itctrl , dbreg_num 0x202b
Debug: 889 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: cs_claimset , dbreg_num 0x202c
Debug: 890 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: cs_claimclr , dbreg_num 0x202d
Debug: 891 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: cs_lockaccess , dbreg_num 0x202e
Debug: 892 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: cs_lockstatus , dbreg_num 0x202f
Debug: 893 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: cs_authstatus , dbreg_num 0x2030
Debug: 894 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: fault_info , dbreg_num 0x203f
Debug: 895 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_id , dbreg_num 0x2040
Debug: 896 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_control , dbreg_num 0x2041
Debug: 897 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_status , dbreg_num 0x2042
Debug: 898 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_data , dbreg_num 0x2043
Debug: 899 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_address , dbreg_num 0x2044
Debug: 900 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_pctrigger , dbreg_num 0x2045
Debug: 901 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_pcmatch , dbreg_num 0x2046
Debug: 902 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_delay , dbreg_num 0x2047
Debug: 903 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_memstart , dbreg_num 0x2048
Debug: 904 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: trax_memend , dbreg_num 0x2049
Debug: 905 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pmg , dbreg_num 0x2057
Debug: 906 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pmpc , dbreg_num 0x2058
Debug: 907 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pm0 , dbreg_num 0x2059
Debug: 908 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pm1 , dbreg_num 0x205a
Debug: 909 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pmctrl0 , dbreg_num 0x205b
Debug: 910 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pmctrl1 , dbreg_num 0x205c
Debug: 911 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pmstat0 , dbreg_num 0x205d
Debug: 912 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: pmstat1 , dbreg_num 0x205e
Debug: 913 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ocdid , dbreg_num 0x205f
Debug: 914 115 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ocd_dcrclr , dbreg_num 0x2060
Debug: 915 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ocd_dcrset , dbreg_num 0x2061
Debug: 916 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: ocd_dsr , dbreg_num 0x2062
Debug: 917 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a0 , dbreg_num 0x0001
Debug: 918 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a1 , dbreg_num 0x0002
Debug: 919 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a2 , dbreg_num 0x0003
Debug: 920 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a3 , dbreg_num 0x0004
Debug: 921 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a4 , dbreg_num 0x0005
Debug: 922 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a5 , dbreg_num 0x0006
Debug: 923 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a6 , dbreg_num 0x0007
Debug: 924 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a7 , dbreg_num 0x0008
Debug: 925 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a8 , dbreg_num 0x0009
Debug: 926 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a9 , dbreg_num 0x000a
Debug: 927 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a10 , dbreg_num 0x000b
Debug: 928 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a11 , dbreg_num 0x000c
Debug: 929 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a12 , dbreg_num 0x000d
Debug: 930 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a13 , dbreg_num 0x000e
Debug: 931 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a14 , dbreg_num 0x000f
Debug: 932 116 xtensa.c:2978 xtensa_build_reg_cache(): [esp32s3.cpu1] POPULATE contiguous regs list: a15 , dbreg_num 0x0010
Debug: 933 116 semihosting_common.c:105 semihosting_common_init():
Debug: 934 116 semihosting_common.c:105 semihosting_common_init():
Info : 935 189 esp_usb_jtag.c:661 esp_usb_jtag_init(): esp_usb_jtag: serial (34:85:18:70:37:D4)
Debug: 936 189 libusb_helper.c:331 jtag_libusb_choose_interface(): usb ep out 02
Debug: 937 189 libusb_helper.c:331 jtag_libusb_choose_interface(): usb ep in 83
Debug: 938 189 libusb_helper.c:339 jtag_libusb_choose_interface(): Claiming interface 2
Info : 939 190 esp_usb_jtag.c:738 esp_usb_jtag_init(): esp_usb_jtag: Device found. Base speed 40000KHz, div range 1 to 255
Debug: 940 190 adapter.c:213 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 941 190 adapter.c:217 adapter_khz_to_speed(): have adapter set up
Debug: 942 190 esp_usb_jtag.c:798 esp_usb_jtag_khz(): Divisor for 40000 KHz with base clock of 40000 khz is 1
Debug: 943 190 esp_usb_jtag.c:814 esp_usb_jtag_speed(): esp_usb_jtag: setting divisor 1
Debug: 944 191 adapter.c:213 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 945 191 adapter.c:217 adapter_khz_to_speed(): have adapter set up
Debug: 946 191 esp_usb_jtag.c:798 esp_usb_jtag_khz(): Divisor for 40000 KHz with base clock of 40000 khz is 1
Info : 947 191 adapter.c:177 adapter_init(): clock speed 40000 kHz
Debug: 948 191 openocd.c:133 handle_init_command(): Debug Adapter init complete
Debug: 949 191 command.c:151 script_debug(): command - transport init
Debug: 950 191 transport.c:218 handle_transport_init(): handle_transport_init
Debug: 951 192 core.c:716 legacy_jtag_add_reset(): SRST line released
Debug: 952 192 core.c:740 legacy_jtag_add_reset(): TRST line released
Debug: 953 192 core.c:326 jtag_call_event_callbacks(): jtag event: TAP reset
Debug: 954 193 command.c:151 script_debug(): command - jtag arp_init
Debug: 955 193 core.c:1507 jtag_init_inner(): Init JTAG chain
Debug: 956 193 core.c:326 jtag_call_event_callbacks(): jtag event: TAP reset
Debug: 957 193 core.c:1232 jtag_examine_chain(): DR scan interrogation for IDCODE/BYPASS
Debug: 958 193 core.c:326 jtag_call_event_callbacks(): jtag event: TAP reset
Info : 959 195 core.c:1131 jtag_examine_chain_display(): JTAG tap: esp32s3.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
Info : 960 196 core.c:1131 jtag_examine_chain_display(): JTAG tap: esp32s3.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
Debug: 961 196 core.c:1362 jtag_validate_ircapture(): IR capture validation scan
Debug: 962 197 core.c:1420 jtag_validate_ircapture(): esp32s3.cpu0: IR capture 0x01
Debug: 963 197 core.c:1420 jtag_validate_ircapture(): esp32s3.cpu1: IR capture 0x01
Debug: 964 197 command.c:151 script_debug(): command - dap init
Debug: 965 197 arm_dap.c:94 dap_init_all(): Initializing all DAPs ...
Debug: 966 197 openocd.c:150 handle_init_command(): Examining targets...
Debug: 967 197 target.c:1812 target_call_event_callbacks(): target event 19 (examine-start) for core esp32s3.cpu0
Debug: 968 197 xtensa.c:826 xtensa_examine(): [esp32s3.cpu0] examine
Debug: 969 199 xtensa.c:844 xtensa_examine(): [esp32s3.cpu0] OCD_ID = 0b339fd2
Debug: 970 199 xtensa.c:871 xtensa_smpbreak_write(): [esp32s3.cpu0] write smpbreak set=0x30000 clear=0x600000
Debug: 971 200 target.c:1812 target_call_event_callbacks(): target event 21 (examine-end) for core esp32s3.cpu0
Debug: 972 200 target.c:5047 target_handle_event(): target(0): esp32s3.cpu0 (esp32s3) event: 21 (examine-end) action:
# Need to enable to set 'semihosting_basedir'
arm semihosting enable
arm semihosting_resexit enable
if { [info exists _SEMIHOST_BASEDIR] } {
if { $_SEMIHOST_BASEDIR != "" } {
arm semihosting_basedir $_SEMIHOST_BASEDIR
}
}

Debug: 973 200 command.c:151 script_debug(): command - arm semihosting enable
Debug: 974 200 esp_xtensa_semihosting.c:26 esp_xtensa_semihosting_setup(): [esp32s3.cpu0] semihosting enable=1
Debug: 975 200 command.c:151 script_debug(): command - arm semihosting_resexit enable
Debug: 976 200 command.c:151 script_debug(): command - arm semihosting_basedir .
Debug: 977 200 target.c:1812 target_call_event_callbacks(): target event 19 (examine-start) for core esp32s3.cpu1
Debug: 978 200 xtensa.c:826 xtensa_examine(): [esp32s3.cpu1] examine
Debug: 979 203 xtensa.c:844 xtensa_examine(): [esp32s3.cpu1] OCD_ID = 0b339fd2
Debug: 980 203 xtensa.c:871 xtensa_smpbreak_write(): [esp32s3.cpu1] write smpbreak set=0x30000 clear=0x600000
Debug: 981 204 target.c:1812 target_call_event_callbacks(): target event 21 (examine-end) for core esp32s3.cpu1
Debug: 982 204 target.c:5047 target_handle_event(): target(1): esp32s3.cpu1 (esp32s3) event: 21 (examine-end) action:
# Need to enable to set 'semihosting_basedir'
arm semihosting enable
arm semihosting_resexit enable
if { [info exists _SEMIHOST_BASEDIR] } {
if { $_SEMIHOST_BASEDIR != "" } {
arm semihosting_basedir $_SEMIHOST_BASEDIR
}
}

Debug: 983 204 command.c:151 script_debug(): command - arm semihosting enable
Debug: 984 204 esp_xtensa_semihosting.c:26 esp_xtensa_semihosting_setup(): [esp32s3.cpu1] semihosting enable=1
Debug: 985 204 command.c:151 script_debug(): command - arm semihosting_resexit enable
Debug: 986 204 command.c:151 script_debug(): command - arm semihosting_basedir .
Debug: 987 204 command.c:151 script_debug(): command - flash init
Debug: 988 204 tcl.c:1364 handle_flash_init_command(): Initializing flash devices...
Debug: 989 204 command.c:151 script_debug(): command - nand init
Debug: 990 204 tcl.c:484 handle_nand_init_command(): Initializing NAND devices...
Debug: 991 204 command.c:151 script_debug(): command - pld init
Debug: 992 204 pld.c:250 handle_pld_init_command(): Initializing PLDs...
Debug: 993 205 command.c:151 script_debug(): command - tpiu init
Info : 994 205 gdb_server.c:3784 gdb_target_start(): starting gdb server for esp32s3.cpu0 on 3333
Info : 995 205 server.c:298 add_service(): Listening on port 3333 for gdb connections
Debug: 996 223 xtensa.c:2230 xtensa_poll(): [esp32s3.cpu0] PWRSTAT: read 0x0000005f, clear 0x00000050, reread 0x0000000f
Info : 997 223 xtensa.c:2235 xtensa_poll(): [esp32s3.cpu0] Debug controller was reset.
Debug: 998 223 xtensa.c:871 xtensa_smpbreak_write(): [esp32s3.cpu0] write smpbreak set=0x30000 clear=0x600000
Info : 999 224 xtensa.c:2241 xtensa_poll(): [esp32s3.cpu0] Core was reset.
Debug: 1000 227 xtensa.c:2256 xtensa_poll(): [esp32s3.cpu0] DSR has changed: was 0x00000000 now 0x81800000
Debug: 1001 227 esp_xtensa.c:285 esp_xtensa_poll(): [esp32s3.cpu0] Clear debug stubs info
Debug: 1002 230 xtensa.c:2230 xtensa_poll(): [esp32s3.cpu1] PWRSTAT: read 0x0000005f, clear 0x00000050, reread 0x0000000f
Info : 1003 230 xtensa.c:2235 xtensa_poll(): [esp32s3.cpu1] Debug controller was reset.
Debug: 1004 230 xtensa.c:871 xtensa_smpbreak_write(): [esp32s3.cpu1] write smpbreak set=0x30000 clear=0x600000
Info : 1005 230 xtensa.c:2241 xtensa_poll(): [esp32s3.cpu1] Core was reset.
Debug: 1006 233 xtensa.c:2256 xtensa_poll(): [esp32s3.cpu1] DSR has changed: was 0x00000000 now 0x80000000
Debug: 1007 233 esp_xtensa.c:285 esp_xtensa_poll(): [esp32s3.cpu1] Clear debug stubs info
Debug: 1008 335 xtensa.c:871 xtensa_smpbreak_write(): [esp32s3.cpu0] write smpbreak set=0x0 clear=0x630000
Debug: 1009 336 xtensa.c:887 xtensa_smpbreak_set(): [esp32s3.cpu0] set smpbreak=0, state=1
Debug: 1010 336 xtensa.c:1483 xtensa_halt(): [esp32s3.cpu0] start
Debug: 1011 338 xtensa.c:1494 xtensa_halt(): [esp32s3.cpu0] Core status 0x81800000
Debug: 1012 365 xtensa.c:2256 xtensa_poll(): [esp32s3.cpu0] DSR has changed: was 0x81800000 now 0x81a00010
Debug: 1013 365 xtensa.c:1168 xtensa_fetch_all_regs(): [esp32s3.cpu0] start
Debug: 1014 380 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu0] DSR (81A08411)
Debug: 1015 380 xtensa.c:1247 xtensa_fetch_all_regs(): [esp32s3.cpu0] CPENABLE: was 0x0, all enabled
Debug: 1016 405 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu0] DSR (81A0CC11)
Debug: 1017 405 xtensa.c:2296 xtensa_poll(): [esp32s3.cpu0] Target halted, pc=0x4037ec94, debug_reason=00000000, oldstate=00000001
Debug: 1018 405 xtensa.c:2300 xtensa_poll(): [esp32s3.cpu0] Halt reason=0x00000020, exc_cause=4, dsr=0x81a0cc11
Info : 1019 405 xtensa.c:2302 xtensa_poll(): [esp32s3.cpu0] Target halted, PC=0x4037EC94, debug_reason=00000000
Debug: 1020 409 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu0] DSR (8180CC11)
Debug: 1021 409 target.c:2598 target_read_u32(): address: 0x60008038, value: 0x0020f555
Info : 1022 409 esp_xtensa.c:264 esp_xtensa_reset_reason_read(): [esp32s3.cpu0] Reset cause (21) - (USB UART reset)
Debug: 1023 409 esp_xtensa.c:266 esp_xtensa_reset_reason_read(): [esp32s3.cpu0] Resume after reset cause read
Debug: 1024 409 xtensa.c:1592 xtensa_resume(): [esp32s3.cpu0] start
Debug: 1025 409 xtensa.c:1520 xtensa_prepare_resume(): [esp32s3.cpu0] current=1 address=0x00000000, handle_breakpoints=1, debug_execution=0)
Debug: 1026 409 xtensa.c:1533 xtensa_prepare_resume(): [esp32s3.cpu0] DEBUGCAUSE 0x20 (watchpoint 0) (break 0)
Debug: 1027 409 xtensa.c:613 xtensa_write_dirty_registers(): [esp32s3.cpu0] start
Debug: 1028 409 xtensa.c:678 xtensa_write_dirty_registers(): [esp32s3.cpu0] Writing back reg cpenable (224) val 00000000
Debug: 1029 411 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu0] DSR (8180CC11)
Debug: 1030 412 xtensa.c:744 xtensa_write_dirty_registers(): [esp32s3.cpu0] Writing back reg a3 value FFFFFFFF, num =4
Debug: 1031 414 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu0] DSR (8180CC11)
Debug: 1032 414 xtensa.c:1573 xtensa_do_resume(): [esp32s3.cpu0] start
Debug: 1033 416 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu0] DSR (8180CC01)
Debug: 1034 416 target.c:1812 target_call_event_callbacks(): target event 2 (resumed) for core esp32s3.cpu0
Debug: 1035 416 xtensa.c:871 xtensa_smpbreak_write(): [esp32s3.cpu0] write smpbreak set=0x30000 clear=0x600000
Debug: 1036 417 xtensa.c:887 xtensa_smpbreak_set(): [esp32s3.cpu0] set smpbreak=30000, state=1
Debug: 1037 417 esp_xtensa_smp.c:222 esp_xtensa_smp_poll(): [esp32s3.cpu0] Check for unexamined cores after reset
Debug: 1038 422 xtensa.c:871 xtensa_smpbreak_write(): [esp32s3.cpu1] write smpbreak set=0x0 clear=0x630000
Debug: 1039 423 xtensa.c:887 xtensa_smpbreak_set(): [esp32s3.cpu1] set smpbreak=0, state=1
Debug: 1040 423 xtensa.c:1483 xtensa_halt(): [esp32s3.cpu1] start
Debug: 1041 425 xtensa.c:1494 xtensa_halt(): [esp32s3.cpu1] Core status 0x80000000
Debug: 1042 444 xtensa.c:2256 xtensa_poll(): [esp32s3.cpu1] DSR has changed: was 0x80000000 now 0x80200010
Debug: 1043 444 xtensa.c:1168 xtensa_fetch_all_regs(): [esp32s3.cpu1] start
Debug: 1044 459 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu1] DSR (80208411)
Debug: 1045 459 xtensa.c:1247 xtensa_fetch_all_regs(): [esp32s3.cpu1] CPENABLE: was 0x0, all enabled
Debug: 1046 483 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu1] DSR (8020CC11)
Debug: 1047 483 xtensa.c:2296 xtensa_poll(): [esp32s3.cpu1] Target halted, pc=0x42003b53, debug_reason=00000000, oldstate=00000001
Debug: 1048 483 xtensa.c:2300 xtensa_poll(): [esp32s3.cpu1] Halt reason=0x00000020, exc_cause=29, dsr=0x8020cc11
Info : 1049 483 xtensa.c:2302 xtensa_poll(): [esp32s3.cpu1] Target halted, PC=0x42003B53, debug_reason=00000000
Debug: 1050 486 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu1] DSR (8000CC11)
Debug: 1051 486 target.c:2598 target_read_u32(): address: 0x60008038, value: 0x0020f555
Info : 1052 486 esp_xtensa.c:264 esp_xtensa_reset_reason_read(): [esp32s3.cpu1] Reset cause (21) - (USB UART reset)
Debug: 1053 486 esp_xtensa.c:266 esp_xtensa_reset_reason_read(): [esp32s3.cpu1] Resume after reset cause read
Debug: 1054 486 xtensa.c:1592 xtensa_resume(): [esp32s3.cpu1] start
Debug: 1055 486 xtensa.c:1520 xtensa_prepare_resume(): [esp32s3.cpu1] current=1 address=0x00000000, handle_breakpoints=1, debug_execution=0)
Debug: 1056 486 xtensa.c:1533 xtensa_prepare_resume(): [esp32s3.cpu1] DEBUGCAUSE 0x20 (watchpoint 0) (break 0)
Debug: 1057 486 xtensa.c:613 xtensa_write_dirty_registers(): [esp32s3.cpu1] start
Debug: 1058 486 xtensa.c:678 xtensa_write_dirty_registers(): [esp32s3.cpu1] Writing back reg cpenable (224) val 00000000
Debug: 1059 488 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu1] DSR (8000CC11)
Debug: 1060 488 xtensa.c:744 xtensa_write_dirty_registers(): [esp32s3.cpu1] Writing back reg a3 value 3FCDA090, num =4
Debug: 1061 490 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu1] DSR (8000CC11)
Debug: 1062 490 xtensa.c:1573 xtensa_do_resume(): [esp32s3.cpu1] start
Debug: 1063 492 xtensa.c:959 xtensa_core_status_check(): [esp32s3.cpu1] DSR (8000CC01)
Debug: 1064 492 target.c:1812 target_call_event_callbacks(): target event 2 (resumed) for core esp32s3.cpu1
Debug: 1065 492 xtensa.c:871 xtensa_smpbreak_write(): [esp32s3.cpu1] write smpbreak set=0x30000 clear=0x600000
Debug: 1066 493 xtensa.c:887 xtensa_smpbreak_set(): [esp32s3.cpu1] set smpbreak=30000, state=1
Debug: 1067 493 esp_xtensa_smp.c:222 esp_xtensa_smp_poll(): [esp32s3.cpu1] Check for unexamined cores after reset

@espressif-bot espressif-bot added the Status: Opened Issue is new label Feb 19, 2024
@github-actions github-actions bot changed the title i2c_master_probe returning ESP_OK for all addresses i2c_master_probe returning ESP_OK for all addresses (IDFGH-12157) Feb 19, 2024
@mythbuster5
Copy link
Collaborator

Is this on latest master? I remember I have already fixed this issue for a pretty long time. BTW, the probe depends on NACK signal. So if you have any picture for logic analyzer, it would be better.

@mythbuster5
Copy link
Collaborator

@puppy112358 Any update? May I know the pins you are using. Or any picture related to logic analyzer? Because I cannot reproduce this issue on my master with my board. So it would be helpful if you give me more clue. I tried with following code.

    i2c_master_bus_config_t i2c_mst_config_1 = {
        .clk_source = I2C_CLK_SRC_DEFAULT,
        .i2c_port = 0,
        .scl_io_num = 9,
        .sda_io_num = 10,
        .glitch_ignore_cnt = 7,
        .flags.enable_internal_pullup = true,
    };
    i2c_master_bus_handle_t bus_handle;

    TEST_ESP_OK(i2c_new_master_bus(&i2c_mst_config_1, &bus_handle));
    for (uint8_t addr = 0; addr < 127; addr++) {
        esp_err_t error_status = i2c_master_probe(bus_handle, addr, -1);

            // If we received the ACK bit, we found something! Print its address.
            if (error_status == ESP_OK) {
                printf("Found device at address %d (0x%02X)\n", addr, addr);

                uint8_t write_address = (addr << 1) | 0;
                uint8_t read_address = (addr << 1) | 1;

                printf("Write address: %d (0x%02X)\n", write_address, write_address);
                printf("Read address: %d (0x%02X)\n", read_address, read_address);
                
            }
    }

If there is no further update, I'm going to conclude this issue~. Thank you.

nebkat pushed a commit to nebkat/esp-idf that referenced this issue Apr 9, 2024
…_probe issue,

and probe might failed.
Fixed I2C cannot return err code when nack detected
Closes espressif#13213,
Closes espressif#12929,
Closes espressif#13398,
espressif-bot pushed a commit that referenced this issue Apr 9, 2024
…_probe issue,

and probe might failed.
Fixed I2C cannot return err code when nack detected
Closes #13213,
Closes #12929,
Closes #13398,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants