Advertisement
Guest User

Untitled

a guest
Mar 6th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. default@dev:~/Downloads$ openocd -f /usr/share/openocd/scripts/interface/stlink.cfg -f /usr/share/openocd/scripts/target/nrf52.cfg
  2. Open On-Chip Debugger 0.11.0
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. Info : auto-selecting first available session transport "hla_swd". To override use 'transport select <transport>'.
  7. Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
  8.  
  9. nRF52 device has a CTRL-AP dedicated to recover the device from AP lock.
  10. A high level adapter (like a ST-Link) you are currently using cannot access
  11. the CTRL-AP so 'nrf52_recover' command will not work.
  12. Do not enable UICR APPROTECT.
  13.  
  14. Info : Listening on port 6666 for tcl connections
  15. Info : Listening on port 4444 for telnet connections
  16. Info : clock speed 1000 kHz
  17. Info : STLINK V2J37S7 (API v2) VID:PID 0483:3748
  18. Info : Target voltage: 3.302619
  19. Error: init mode failed (unable to connect to the target)
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement