Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Created May 27, 2024 08:16
Show Gist options
  • Save DhruvaG2000/a8df6d52b2925bfb9f40c37f49253d32 to your computer and use it in GitHub Desktop.
Save DhruvaG2000/a8df6d52b2925bfb9f40c37f49253d32 to your computer and use it in GitHub Desktop.
13:42:37 zephyr on  main ❯ west flash
-- west flash: rebuilding
ninja: no work to do.
-- west flash: using runner openocd
-- runners.openocd: Flashing file: /home/dhruva/zephyrproject/zephyr/build/zephyr/zephyr.hex
Open On-Chip Debugger 0.12.0+dev-00575-gf2c30d128044 (2024-05-27-10:24)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
ocd_process_reset_inner
Info : XDS110: connected
Info : XDS110: vid/pid = 0451/bef3
Info : XDS110: firmware version = 3.0.0.20
Info : XDS110: hardware version = 0x0027
Info : XDS110: connected to target via SWD
Info : XDS110: SWCLK set to 2500 kHz
Info : clock speed 8500 kHz
Info : SWD DPIDR 0x2ba01477
Info : [cc32xx.cpu] Cortex-M4 r0p1 processor detected
Info : [cc32xx.cpu] target has 6 breakpoints, 4 watchpoints
Info : [cc32xx.cpu] Examination succeed
Info : starting gdb server for cc32xx.cpu on 3333
Info : Listening on port 3333 for gdb connections
TargetName Type Endian TapName State
-- ------------------ ---------- ------ ------------------ ------------
0* cc32xx.cpu cortex_m little cc32xx.cpu unknown
Info : [cc32xx.cpu] requesting target halt and executing a soft reset
[cc32xx.cpu] halted due to breakpoint, current mode: Thread
xPSR: 0x01000000 pc: 0x0000eb30 msp: 0x20004000
auto erase enabled
wrote 16384 bytes from file /home/dhruva/zephyrproject/zephyr/build/zephyr/zephyr.hex in 0.371014s (43.125 KiB/s)
Info : [cc32xx.cpu] requesting target halt and executing a soft reset
[cc32xx.cpu] halted due to breakpoint, current mode: Thread
xPSR: 0x01000000 pc: 0x0000eb30 msp: 0x20004000
shutdown command invoked
Info : XDS110: disconnected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment