Files @ 8f7cba39fbe7
Branch filter:

Location: therm/flash.sh

Ethan Zonca
Added notes about jumping to user program, etc. Need to check boot flags to match F042 processor (example was f1).
1
2
3
4
5
6
7
8
#!/bin/bash
cd build
st-flash write main.bin 0x8000000
cd ..


# USB DFU:
# sudo  dfu-util -a 0 -d 0483:df11 -s 0x08000000:leave -D build/main.bin