stm3220g_eval.cfg: fix CHIPNAME.
The STM3220G-EVAL board has an STM32F207IGH6. ("...H6", not "...T6"). Change-Id: Iaf3dae6830c5c0685a1dcd1588d391434bc51be7 Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> Reviewed-on: http://openocd.zylin.com/120 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>__archive__
parent
8f76ca05d9
commit
5cca45d5f9
|
@ -1,4 +1,4 @@
|
||||||
# STM3220G-EVAL: This is an STM32F2 eval board with a single STM32F207IGT6
|
# STM3220G-EVAL: This is an STM32F2 eval board with a single STM32F207IGH6
|
||||||
# (128KB) chip.
|
# (128KB) chip.
|
||||||
# http://www.st.com/internet/evalboard/product/250374.jsp
|
# http://www.st.com/internet/evalboard/product/250374.jsp
|
||||||
|
|
||||||
|
@ -6,6 +6,6 @@
|
||||||
set WORKAREASIZE 0x20000
|
set WORKAREASIZE 0x20000
|
||||||
|
|
||||||
# chip name
|
# chip name
|
||||||
set CHIPNAME STM32F207IGT6
|
set CHIPNAME STM32F207IGH6
|
||||||
|
|
||||||
source [find target/stm32f2x.cfg]
|
source [find target/stm32f2x.cfg]
|
||||||
|
|
Loading…
Reference in New Issue