rt-thread-official/bsp/stm32f40x
bernard 7c2c3ddc34 [BSP] fix UART3 issue in STM32F40x. 2014-07-20 16:53:49 +08:00
..
Libraries Re-normalizing the repo 2013-01-08 22:40:58 +08:00
applications [BSP] Remove rt_device_init_all() function invoking. 2014-04-05 23:50:24 +08:00
drivers [BSP] fix UART3 issue in STM32F40x. 2014-07-20 16:53:49 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConstruct update SConstruct. 2013-07-11 23:11:16 +08:00
project.uvopt update stm32f4xx and fpu test. 2011-12-31 21:42:12 +00:00
project.uvproj update stm32f10x template. 2013-02-20 10:49:09 +08:00
readme.txt add stm32f40x/readme.txt 2012-07-31 17:13:59 +00:00
rtconfig.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtconfig.py fix compiling error in Linux 2013-07-12 03:32:59 -04:00
stm32_rom.ld Merge 2.0.0 modification to prepare v1.2.2 release. 2014-07-19 06:43:53 +08:00
stm32_rom.sct fixed compiling error 2012-04-14 11:41:15 +00:00
template.uvproj update stm32f10x template. 2013-02-20 10:49:09 +08:00

readme.txt

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)