1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-28 05:10:40 -07:00

L422 + gitignore

This commit is contained in:
Peter Antypas 2021-05-05 14:26:44 -07:00
parent 529f6f05ca
commit 0815f1e8b7
2 changed files with 18 additions and 0 deletions

View File

@ -12,4 +12,6 @@ Debug
/STM32L412-Release/
/STM32L432-Debug/
/STM32L432-Release/
/STM32L422-Debug/
/STM32L422-Release/
.settings/language.settings.xml

View File

@ -0,0 +1,16 @@
source [find interface/stlink.cfg]
transport select hla_swd
source [find target/stm32l4x.cfg]
init
reset init
reset halt
flash write_image erase "STM32L422-Release/ais_transponder.bin" 0x08000000
wait 5
verify_image "STM32L422-Release/ais_transponder.bin" 0x08000000 bin
reset run
shutdown