rt-thread-official/bsp/stm32f429-disco
xuzhuoyi 715cbb7809 [bsp][stm32f429-disco] Add SDRAM support 2016-08-20 18:27:07 +08:00
..
Libraries [bsp][stm32f429-disco] Add SDRAM support 2016-08-20 18:27:07 +08:00
applications [bsp][stm32f429-disco] Add SDRAM support 2016-08-20 18:27:07 +08:00
drivers [bsp][stm32f429-disco] Add SDRAM support 2016-08-20 18:27:07 +08:00
SConscript [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
SConstruct [bsp][stm32f429-disco] Add stm32f42x GPIO index 2016-08-19 17:25:59 +08:00
readme.md [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
rtconfig.h [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
rtconfig.py [bsp][stm32f429-disco] Add stm32f42x GPIO index 2016-08-19 17:25:59 +08:00
stm32_rom.ld [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
stm32_rom.sct [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00
stm32f40x_flash.icf [bsp] add new bsp stm32f429-disco 2016-08-19 00:35:30 +08:00

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