Bernard Xiong 856db6ead1 Merge pull request #570 from cedar-renjun/patch-6 há 10 anos atrás
..
Libraries 34a2200428 include iar startup code há 10 anos atrás
applications d01bab0e39 [bugfix] Open the #define RT_USING_LWIP in rtconfig.h , then build it , the stm32_eth.h can not find. há 11 anos atrás
drivers 1e3c79602d Update board.h há 10 anos atrás
SConscript b4de7cce57 Re-normalizing the repo há 13 anos atrás
SConstruct 2b7600bdf3 [BSP] update MDK project file for STM32F4 há 11 anos atrás
project.uvproj e38f3aa39c [BSP] Update Keil MDK project files. há 11 anos atrás
project.uvprojx 8257a62990 [stm32f4]更新mdk5工程文件 há 11 anos atrás
readme.md 238ebdd045 Update and rename readme.txt to readme.md há 10 anos atrás
rtconfig.h c84887d021 加入定时器设备 há 10 anos atrás
rtconfig.py d491b30c35 [BSP] update the value of DEVICE in rtconfig.py. há 10 anos atrás
stm32_rom.ld ae3b6583ce [bsp]add gdb support for stm32f4xx há 11 anos atrás
stm32_rom.sct 57f34f6031 fixed compiling error há 14 anos atrás
stm32f40x_flash.icf f19d4381e4 Update stm32f40x_flash.icf há 10 anos atrás
template.uvproj eefb272cfd update stm32f10x template. há 13 anos atrás
template.uvprojx 3c65a522fd Add mdk5 project for stm32 bsps há 11 anos atrás

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

  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