Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards/stm32f3: fix openocd config to flash from invalid state
When flashing multiple times the flasher sometimes gets stuck which prevents flashing after. It may be from a specific firmware or operation but do not have one yet. Connect under reset fix flashing from this state. -c 'reset halt' is needed to support debug with the new configuration. It was found after the `stm32f3discovery` get stuck in a non-flashable mode after some firmwares. This was adapted from `stm3f103c8` configuration and commit. Co-authored-by: MrKevinWeiss <weiss.kevin604@gmail.com>
- Loading branch information