Skip to content
Snippets Groups Projects
Commit d33f4a2a authored by Tormod Volden's avatar Tormod Volden Committed by Øyvind Harboe
Browse files

tcl/board: Clean up STM32 EVAL boards configurations

Make consistent use of hex memory size for flashing.

Delete stm32f10x_128k_eval.cfg. It has no product reference
nor any settings in it.
parent 9f18afc3
No related branches found
No related tags found
No related merge requests found
# This is an STM32 eval board with a single STM32F100VBT6 chip. # This is an STM32 eval board with a single STM32F100VBT6 chip.
# http://www.st.com/internet/evalboard/product/247099.jsp # http://www.st.com/internet/evalboard/product/247099.jsp
# we only have 8k sram # The chip has only 8KB sram
set WORKAREASIZE 8192 set WORKAREASIZE 0x2000
source [find target/stm32.cfg] source [find target/stm32.cfg]
# This is an STM32 eval board with a single STM32F10x (128KB) chip. # This is an STM32 eval board with a single STM32F10x (128KB) chip.
# http://www.st.com/internet/evalboard/product/176090.jsp # http://www.st.com/internet/evalboard/product/176090.jsp
# increase working area for faster flash programming # increase working area to 32KB for faster flash programming
set WORKAREASIZE 0x8000
set WORKAREASIZE 32768
source [find target/stm32.cfg] source [find target/stm32.cfg]
# This is an STM32 eval board with a single STM32F107VCT chip. # This is an STM32 eval board with a single STM32F107VCT chip.
# http://www.st.com/internet/evalboard/product/217965.jsp # http://www.st.com/internet/evalboard/product/217965.jsp
# increase working area for faster flash programming # increase working area to 32KB for faster flash programming
set WORKAREASIZE 0x8000
set WORKAREASIZE 32768
source [find target/stm32.cfg] source [find target/stm32.cfg]
# This is an STM32 eval board with a single STM32F103ZET6 chip. # This is an STM32 eval board with a single STM32F103ZET6 chip.
# http://www.st.com/internet/evalboard/product/204176.jsp # http://www.st.com/internet/evalboard/product/204176.jsp
# increase working area for faster flash programming # increase working area to 32KB for faster flash programming
set WORKAREASIZE 0x8000
set WORKAREASIZE 32768
source [find target/stm32.cfg] source [find target/stm32.cfg]
......
# This is an STM32 eval board with a single STM32F103VBT6 chip on it.
source [find target/stm32.cfg]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment