moebius.ever 8160a4089a fixed #1261, modify "axf" to "elf" in rtconfig.py for GCC Toolchains configuration. 7 лет назад
..
Libraries 34a2200428 include iar startup code 10 лет назад
applications f74cde045b [BSP] fix the finsh_system_init issue in BSP 8 лет назад
drivers 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 7 лет назад
.config 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 7 лет назад
Kconfig 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 7 лет назад
README.md f0061b14d3 Update and rename readme.md to README.md 8 лет назад
SConscript b4de7cce57 Re-normalizing the repo 13 лет назад
SConstruct 19433e0cf5 update SConscript: support scons 3. 8 лет назад
project.uvproj 0f3563fd64 [BSP] Update project files 8 лет назад
project.uvprojx 0f3563fd64 [BSP] Update project files 8 лет назад
rtconfig.h 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 7 лет назад
rtconfig.py 8160a4089a fixed #1261, modify "axf" to "elf" in rtconfig.py for GCC Toolchains configuration. 7 лет назад
stm32_rom.ld ae3b6583ce [bsp]add gdb support for stm32f4xx 11 лет назад
stm32_rom.sct 57f34f6031 fixed compiling error 13 лет назад
stm32f40x_flash.icf 573c294216 [BSP] Fix component initialization functions may be not sequential storage on ROM when used for IAR linker. 8 лет назад
template.uvproj eefb272cfd update stm32f10x template. 13 лет назад
template.uvprojx 3c65a522fd Add mdk5 project for stm32 bsps 11 лет назад

README.md

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 */
    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:

  1. Project-->Options-->Linker
  2. Config-->Linker Configuration file
  3. select Override Default, then select bsp/stm32f40x/stm32f40x_flash.icf
  4. rebuild project

TODO

auto add *.icf by scons script