mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
max32630fthr uses PAN1326B based TI CC2564B TI Controller Board Link: https://www.maximintegrated.com/en/products/digital/microcontrollers/MAX32630FTHR.html
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
file="./build/max3263x.elf"
|
|
openocd -f scripts/max3263x_hdk.cfg -c "program $file verify reset exit"
|
|
|