|
|
%!s(int64=8) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| Libraries | %!s(int64=10) %!d(string=hai) anos | |
| applications | %!s(int64=8) %!d(string=hai) anos | |
| drivers | %!s(int64=8) %!d(string=hai) anos | |
| README.md | %!s(int64=8) %!d(string=hai) anos | |
| SConscript | %!s(int64=13) %!d(string=hai) anos | |
| SConstruct | %!s(int64=10) %!d(string=hai) anos | |
| project.uvproj | %!s(int64=10) %!d(string=hai) anos | |
| project.uvprojx | %!s(int64=10) %!d(string=hai) anos | |
| rtconfig.h | %!s(int64=8) %!d(string=hai) anos | |
| rtconfig.py | %!s(int64=10) %!d(string=hai) anos | |
| stm32_rom.ld | %!s(int64=11) %!d(string=hai) anos | |
| stm32_rom.sct | %!s(int64=13) %!d(string=hai) anos | |
| stm32f40x_flash.icf | %!s(int64=8) %!d(string=hai) anos | |
| template.uvproj | %!s(int64=12) %!d(string=hai) anos | |
| template.uvprojx | %!s(int64=11) %!d(string=hai) anos | |
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