#!/bin/bash while true; do st-flash --connect-under-reset write build/EEPROM_programmer.bin 0x8000000 done