mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-15 20:33:16 +00:00
Initial check-in for STM32 board
This commit is contained in:
9
BootLoaders/Boards/stm32/tools/macosx/jlink_upload
Normal file
9
BootLoaders/Boards/stm32/tools/macosx/jlink_upload
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo erase > "$1".jlink
|
||||
echo loadbin "$1" , 0x8000000 >> "$1".jlink
|
||||
echo r >> "$1".jlink
|
||||
echo q >> "$1".jlink
|
||||
|
||||
/Applications/SEGGER/JLink/JLinkExe -device STM32F103C8 -if SWD -speed auto -CommanderScript "$1".jlink
|
||||
|
||||
Reference in New Issue
Block a user