Skip to content

Commit fd53d3e

Browse files
committed
Merge pull request #567 from cedar-renjun/patch-5
[BSP] Update and rename readme.txt to readme.md in stm32f4
2 parents 942d16f + 238ebdd commit fd53d3e

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

bsp/stm32f40x/readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+

bsp/stm32f40x/readme.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)