|
8 vuotta sitten | |
---|---|---|
.. | ||
Libraries | 9 vuotta sitten | |
applications | 10 vuotta sitten | |
drivers | 8 vuotta sitten | |
SConscript | 12 vuotta sitten | |
SConstruct | 10 vuotta sitten | |
project.uvproj | 10 vuotta sitten | |
project.uvprojx | 10 vuotta sitten | |
readme.md | 9 vuotta sitten | |
rtconfig.h | 9 vuotta sitten | |
rtconfig.py | 10 vuotta sitten | |
stm32_rom.ld | 11 vuotta sitten | |
stm32_rom.sct | 13 vuotta sitten | |
stm32f40x_flash.icf | 9 vuotta sitten | |
template.uvproj | 12 vuotta sitten | |
template.uvprojx | 10 vuotta sitten |
board info: STM32F4 discovery http://www.st.com/internet/evalboard/product/252419.jsp
note: in drivers/stm32f4xx_conf.h /* Redefine the HSE value; it's equal to 8 MHz on the STM32F4-DISCOVERY Kit */ #define HSE_VALUE ((uint32_t)8000000)
================= IAR WARNING =================
after use scons --target=iar -s
cmd to product IAR project, you have to add iar link file by hand
IAR steps:
Override Default
, then select bsp/stm32f40x/stm32f40x_flash.icf
TODO auto add *.icf by scons script