|
|
hace 8 años | |
|---|---|---|
| .. | ||
| Libraries | hace 10 años | |
| applications | hace 8 años | |
| drivers | hace 8 años | |
| README.md | hace 8 años | |
| SConscript | hace 13 años | |
| SConstruct | hace 10 años | |
| project.uvproj | hace 10 años | |
| project.uvprojx | hace 10 años | |
| rtconfig.h | hace 8 años | |
| rtconfig.py | hace 10 años | |
| stm32_rom.ld | hace 11 años | |
| stm32_rom.sct | hace 13 años | |
| stm32f40x_flash.icf | hace 8 años | |
| template.uvproj | hace 12 años | |
| template.uvprojx | hace 11 años | |
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