2016-08-19 00:35:30 +08:00
|
|
|
board info:
|
2016-08-20 23:04:01 +08:00
|
|
|
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
|
2016-08-19 00:35:30 +08:00
|
|
|
|
|
|
|
note:
|
|
|
|
in drivers/stm32f4xx_conf.h
|
2016-08-20 23:04:01 +08:00
|
|
|
/* Redefine the HSE value; it's equal to 8 MHz on the STM32F429I-DISC1 Kit */
|
2016-08-19 00:35:30 +08:00
|
|
|
#define HSE_VALUE ((uint32_t)8000000)
|
2016-08-20 23:04:01 +08:00
|
|
|
|
|
|
|
|
2016-08-19 00:35:30 +08:00
|
|
|
**TODO**
|
|
|
|
auto add *.icf by scons script
|