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