Add OpenOCD config file for Olimex STM32-H405 development board.

pull/7/head
Robert Fisk 9 years ago
parent 6d7d86b2f5
commit 5acf8bbb88

@ -0,0 +1,8 @@
# Olimex STM32-H405 eval board
# http://olimex.com/dev/stm32-h405.html
# Default work area for the STM32F4x is 64K. We'll just leave it at that.
# Work-area size (RAM size) = 128kB for STM32F405RG device
# set WORKAREASIZE 0x20000
source [find target/stm32f4x.cfg]
Loading…
Cancel
Save