File tree Expand file tree Collapse file tree 2 files changed +25
-9
lines changed Expand file tree Collapse file tree 2 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 1+ board info:
2+ STM32F4 discovery
3+ http://www.st.com/internet/evalboard/product/252419.jsp
4+
5+ note:
6+ in drivers/stm32f4xx_conf.h
7+ /* Redefine the HSE value; it's equal to 8 MHz on the STM32F4-DISCOVERY Kit * /
8+ #define HSE_VALUE ((uint32_t)8000000)
9+
10+
11+
12+ ** ================= IAR WARNING =================**
13+
14+ after use ` scons --target=iar -s ` cmd to product IAR project, you have to add iar link file by hand
15+
16+ IAR steps:
17+ 1 . Project-->Options-->Linker
18+ 2 . Config-->Linker Configuration file
19+ 3 . select ` Override Default ` , then select ` bsp/stm32f40x/stm32f40x_flash.icf `
20+ 4 . rebuild project
21+
22+
23+ ** TODO**
24+ auto add * .icf by scons script
25+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments