zylx 5379c20879 [BSP][stm32f40x] Fix mdk4/mdk5 project build error. před 8 roky
..
Libraries 34a2200428 include iar startup code před 10 roky
applications 3797867888 [BSP][STM32F40X] Fix components init. před 8 roky
drivers 3797867888 [BSP][STM32F40X] Fix components init. před 8 roky
.config 27ff16a86f [BSP][stm32f40x] Add components init. před 8 roky
Kconfig 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc před 8 roky
README.md f0061b14d3 Update and rename readme.md to README.md před 8 roky
SConscript b4de7cce57 Re-normalizing the repo před 13 roky
SConstruct 19433e0cf5 update SConscript: support scons 3. před 8 roky
project.uvproj 5379c20879 [BSP][stm32f40x] Fix mdk4/mdk5 project build error. před 8 roky
project.uvprojx 5379c20879 [BSP][stm32f40x] Fix mdk4/mdk5 project build error. před 8 roky
rtconfig.h 27ff16a86f [BSP][stm32f40x] Add components init. před 8 roky
rtconfig.py cd39c2525a [bsp] support get compiler path by environment variables for IAR před 8 roky
stm32_rom.ld ae3b6583ce [bsp]add gdb support for stm32f4xx před 11 roky
stm32_rom.sct 57f34f6031 fixed compiling error před 14 roky
stm32f40x_flash.icf 573c294216 [BSP] Fix component initialization functions may be not sequential storage on ROM when used for IAR linker. před 8 roky
template.uvproj eefb272cfd update stm32f10x template. před 13 roky
template.uvprojx 3c65a522fd Add mdk5 project for stm32 bsps před 11 roky

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