Close

ugh how did I do it again? LED's get to blink

A project log for New PCB For Calculator Watch

I like to call this my smart watch, as it can calculate numbers and show the time

davedarkodavedarko 12/15/2021 at 20:580 Comments

This seems to be the setup for my controller and the chip, as the SAML22 works with the at91samd target.

#!/bin/bash

openocd -f interface/cmsis-dap.cfg -f target/at91samdXX.cfg

# in new window

openocd -f bootloader-sensorwatch_m0-v3.7.0-12-gf92e7dc.bin

Discussions