cfg: add STM32F4x and STM3241G-EVAL config files
This adds support for the STM32F4 target and the STM3241G Eval Board, in both standalone and using the onboard STLINK. Change-Id: I62f8908b5880568b2b36c78a78f94c40861ff335 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/540 Tested-by: jenkins
This commit is contained in:
11
tcl/board/stm3241g_eval.cfg
Normal file
11
tcl/board/stm3241g_eval.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
# STM3241G-EVAL: This is an STM32F4 eval board with a single STM32F417IGH6
|
||||
# (1024KB) chip.
|
||||
# http://www.st.com/internet/evalboard/product/252216.jsp
|
||||
|
||||
# increase working area to 128KB
|
||||
set WORKAREASIZE 0x20000
|
||||
|
||||
# chip name
|
||||
set CHIPNAME STM32F417IGH6
|
||||
|
||||
source [find target/stm32f4x.cfg]
|
||||
Reference in New Issue
Block a user