|
7 years ago | |
---|---|---|
.. | ||
Libraries | 9 years ago | |
applications | 8 years ago | |
drivers | 7 years ago | |
README.md | 7 years ago | |
SConscript | 12 years ago | |
SConstruct | 10 years ago | |
project.uvproj | 7 years ago | |
project.uvprojx | 7 years ago | |
rtconfig.h | 7 years ago | |
rtconfig.py | 10 years ago | |
stm32_rom.ld | 11 years ago | |
stm32_rom.sct | 13 years ago | |
stm32f40x_flash.icf | 8 years ago | |
template.uvproj | 12 years ago | |
template.uvprojx | 10 years ago |
STM32F4 discovery
http://www.st.com/internet/evalboard/product/252419.jsp
in drivers/stm32f4xx_conf.h
/* Redefine the HSE value; it's equal to 8 MHz on the STM32F4-DISCOVERY Kit */
efine HSE_VALUE ((uint32_t)8000000)
================= IAR WARNING =================
After use scons --target=iar -s
command to product IAR project, you have to add iar link file manually.
IAR IDE steps:
Override Default
, then select bsp/stm32f40x/stm32f40x_flash.icf
TODO
auto add *.icf by scons script