Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 25 of 44) sorted by relevance

12

/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/main/ulp/
Dpulse_cnt.S106 halt
120 halt
146 halt
Dwake_up.S16 halt
/hal_espressif-3.6.0/tools/test_apps/system/gdb_loadable_elf/
Dgdbinit_esp324 # Reset and halt the target
5 mon reset halt
Dgdbinit_esp32c34 # Reset and halt the target
5 mon reset halt
Dgdbinit_esp32s24 # Reset and halt the target
5 mon reset halt
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp_adc/main/ulp/
Dadc.S103 halt
115 halt
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Dusing-debugger.rst63 mon reset halt
70 mon reset halt
79 11. 选中 “Resume” 选项,这会使得程序在每次调用步骤 8 中的 ``mon reset halt`` 后恢复,然后在 ``app_main`` 的断点处停止。
129 mon reset halt
Dtips-and-quirks.rst112 * ``mon reset halt`` — 复位芯片并使 CPU 停止运行。
113 * ``flushregs`` — monitor (``mon``) 命令无法通知 GDB 目标状态已经更改,GDB 会假设在 ``mon reset halt`` 之前所有的任务堆栈仍然有效。实…
188 通过在 GDB 中输入 ``mon reset`` 或者 ``mon reset halt`` 来复位板子。
Desp32c3.inc77 openocd -f board/esp32s2-kaluga-1.cfg -c "init; halt; esp appimage_offset 0x210000"
Desp32s2.inc77 openocd -f board/esp32s2-kaluga-1.cfg -c "init; halt; esp appimage_offset 0x210000"
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Ddebugging-examples.rst71 …re using breakpoints. They provide a convenient way to quickly get to and halt the application at …
91 …ed out), the processor will run and halt at a breakpoint. Clicking "Resume" another time will make…
126 Resume program by entering pressing F8 and let it halt. Now press "Step Over (F6)", one by one coup…
213 Here comes more interesting part. You may set a breakpoint to halt the program execution, if certai…
222 …is resumed, it will blink LED in a loop until condition ``i == 2`` gets true and then finally halt.
257 …`` or ``list``, and debugger will show couple of lines of code around the halt point (line 43 of c…
376 …re using breakpoints. They provide a convenient way to quickly get to and halt the application at …
385 …er ``c``, the processor will run and halt at a breakpoint. Entering ``c`` another time will make i…
450 …In MSYS2 shell Ctrl+C does not halt the target but exists debugger. To resolve this issue consider…
468 Resume program by entering ``c`` and let it halt::
[all …]
Dusing-debugger.rst63 mon reset halt
70 mon reset halt
77 10. Further down on the same tab, establish an initial breakpoint to halt CPUs after they are reset…
79 11. Checkout "Resume" option. This will make the program to resume after ``mon reset halt`` is invo…
129 mon reset halt
Dtips-and-quirks.rst109 On startup, debugger is issuing sequence of commands to reset the chip and halt it at specific line…
112 * ``mon reset halt`` — reset the chip and keep the CPUs halted
113 …ed. GDB will assume that whatever stack the target had before ``mon reset halt`` will still be val…
188 The board can be reset by entering ``mon reset`` or ``mon reset halt`` into GDB.
Desp32s2.inc77 openocd -f board/esp32s2-kaluga-1.cfg -c "init; halt; esp appimage_offset 0x210000"
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dulp.rst157 程序保持运行,直到遇到 ``halt`` 指令或非法指令。一旦程序停止,ULP 协处理器电源关闭,定时器再次启动。
175 程序保持运行,直到遇到 ``halt`` 指令或非法指令。一旦程序停止,ULP 协处理器电源关闭,定时器再次启动。
Dulp-legacy.rst160 程序保持运行,直到遇到 ``halt`` 指令或非法指令才停止。一旦程序停止,ULP 协处理器电源关闭,定时器再次启动。
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
Dgdbinit4 mon reset halt
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/
Dgdbinit3 mon reset halt
/hal_espressif-3.6.0/examples/system/sysview_tracing/
Dgdbinit4 mon reset halt
/hal_espressif-3.6.0/components/xtensa/trax/test/
Dgdbinit6 …E 0; set ESP32_ONLYCPU 1" -f board/esp32-ethernet-kit-3.3v.cfg -c "gdb_port pipe; init; reset halt"
/hal_espressif-3.6.0/components/ulp/test/ulp/
Dtest_jumps_esp32.S101 halt
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h148 } halt; /*!< Format of HALT instruction */ member
278 #define I_HALT() { .halt = {\
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h148 } halt; /*!< Format of HALT instruction */ member
278 #define I_HALT() { .halt = {\
/hal_espressif-3.6.0/examples/system/gcov/
DREADME.md135 Failed to wait halt on bp target (-4)!
136 Failed to halt targets (-4)!
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h160 } halt; /*!< Format of HALT instruction */ member
312 #define I_HALT() { .halt = {\

12