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