summaryrefslogtreecommitdiff
path: root/ocd.sh
blob: 02416faf0cc2a99857c52d8b5ef94732a4c9430e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash


# Usage: bash ocd.sh  # start gdb.sh script afterwards


# run openocd server with telnet interface on localhost:4444 and GDB interface
# on localhost:3333
openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg