Searched refs:halt (Results 1 – 25 of 44) sorted by relevance
12
106 halt120 halt146 halt
16 halt
4 # Reset and halt the target5 mon reset halt
103 halt115 halt
63 mon reset halt70 mon reset halt79 11. 选中 “Resume” 选项,这会使得程序在每次调用步骤 8 中的 ``mon reset halt`` 后恢复,然后在 ``app_main`` 的断点处停止。129 mon reset halt
112 * ``mon reset halt`` — 复位芯片并使 CPU 停止运行。113 * ``flushregs`` — monitor (``mon``) 命令无法通知 GDB 目标状态已经更改,GDB 会假设在 ``mon reset halt`` 之前所有的任务堆栈仍然有效。实…188 通过在 GDB 中输入 ``mon reset`` 或者 ``mon reset halt`` 来复位板子。
77 openocd -f board/esp32s2-kaluga-1.cfg -c "init; halt; esp appimage_offset 0x210000"
71 …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 …]
63 mon reset halt70 mon reset halt77 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
109 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 halted113 …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.
157 程序保持运行,直到遇到 ``halt`` 指令或非法指令。一旦程序停止,ULP 协处理器电源关闭,定时器再次启动。175 程序保持运行,直到遇到 ``halt`` 指令或非法指令。一旦程序停止,ULP 协处理器电源关闭,定时器再次启动。
160 程序保持运行,直到遇到 ``halt`` 指令或非法指令才停止。一旦程序停止,ULP 协处理器电源关闭,定时器再次启动。
4 mon reset halt
3 mon reset halt
6 …E 0; set ESP32_ONLYCPU 1" -f board/esp32-ethernet-kit-3.3v.cfg -c "gdb_port pipe; init; reset halt"
101 halt
148 } halt; /*!< Format of HALT instruction */ member278 #define I_HALT() { .halt = {\
135 Failed to wait halt on bp target (-4)!136 Failed to halt targets (-4)!
160 } halt; /*!< Format of HALT instruction */ member312 #define I_HALT() { .halt = {\