Skip to content

Instantly share code, notes, and snippets.

View UnexpectedMaker's full-sized avatar
💭
Hacking away....

Unexpected Maker UnexpectedMaker

💭
Hacking away....
View GitHub Profile
@k0d
k0d / openocd.txt
Last active December 29, 2020 05:50
samd21 with openecd
```brew install openocd```
make a file called openocd.cfg in a folder containing...
# Atmel-ICE JTAG/SWD in-circuit debugger.
interface cmsis-dap
# Chip info
set CHIPNAME at91samd21g18
source [find target/at91samdXX.cfg]