Advertisement
matthiasbock

OpenOCD nRF52-DK experiments

Mar 17th, 2017
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. openocd commit 6b2acc0243f6dd54823c336ded8c20d16cdc50a3
  2. +patch http://openocd.zylin.com/#/c/3215/2
  3.  
  4. $ ./bootstrap && .configure --prefix=/usr --enable-jlink && make && sudo make install
  5.  
  6. $ echo -e "source [find \"interface/jlink.cfg\"]\ntransport select swd\nsource [find \"target/nrf52.cfg\"]" > openocd-nrf52dk.cfg
  7.  
  8. $ openocd -f openocd-nrf52dk.cfg
  9. Open On-Chip Debugger 0.10.0+dev-00093-g6b2acc0 (2017-03-16-16:30)
  10. Licensed under GNU GPL v2
  11. For bug reports, read
  12. http://openocd.org/doc/doxygen/bugs.html
  13. adapter speed: 10000 kHz
  14. cortex_m reset_config sysresetreq
  15. Info : No device selected, using first device.
  16. Info : J-Link OB-SAM3U128-V2-NordicSemi compiled Aug 28 2015 19:26:24
  17. Info : Hardware version: 1.00
  18. Info : VTarget = 3.300 V
  19. Info : Reduced speed from 10000 kHz to 1000 kHz (maximum).
  20. Info : Reduced speed from 10000 kHz to 1000 kHz (maximum).
  21. Info : clock speed 10000 kHz
  22. Info : SWD DPIDR 0x2ba01477
  23. Info : nrf52.cpu: hardware has 6 breakpoints, 4 watchpoints
  24. Info : accepting 'gdb' connection on tcp/3333
  25. Warn : Unknown device (HWID 0x000000c7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement