readme.md 399 字节
Newer Older
xuzhuoyi96's avatar
xuzhuoyi96 已提交
1
board info:
2 3
STM32F429I-DISC1
http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f429idiscovery.html
xuzhuoyi96's avatar
xuzhuoyi96 已提交
4 5 6

note:
in drivers/stm32f4xx_conf.h
7
 /* Redefine the HSE value; it's equal to 8 MHz on the STM32F429I-DISC1 Kit */
xuzhuoyi96's avatar
xuzhuoyi96 已提交
8
 #define HSE_VALUE    ((uint32_t)8000000)
9 10


xuzhuoyi96's avatar
xuzhuoyi96 已提交
11 12
 **TODO**
 auto add *.icf by scons script