Created
January 30, 2016 19:14
-
-
Save jacobrosenthal/0bd777bf4be494027634 to your computer and use it in GitHub Desktop.
Openocd nrf51822
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openocd -f interface/jlink.cfg -c "adapter_khz 2000; transport select swd;set WORKAREASIZE 0;" -f target/nrf51.cfg -c "init; reset init; halt; nrf51 mass_erase; program blah.hex 0x0 verify; exit;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment