|
|
há 8 anos atrás | |
|---|---|---|
| .. | ||
| Libraries | há 10 anos atrás | |
| applications | há 8 anos atrás | |
| drivers | há 8 anos atrás | |
| README.md | há 8 anos atrás | |
| SConscript | há 13 anos atrás | |
| SConstruct | há 10 anos atrás | |
| project.uvproj | há 10 anos atrás | |
| project.uvprojx | há 10 anos atrás | |
| rtconfig.h | há 8 anos atrás | |
| rtconfig.py | há 10 anos atrás | |
| stm32_rom.ld | há 11 anos atrás | |
| stm32_rom.sct | há 13 anos atrás | |
| stm32f40x_flash.icf | há 8 anos atrás | |
| template.uvproj | há 12 anos atrás | |
| template.uvprojx | há 11 anos atrás | |
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.icfTODO
auto add *.icf by scons script