Skip to content

Commit a2af77d

Browse files
authored
Add STM32F407VG generic board (#495)
1 parent 2f2cc61 commit a2af77d

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

boards/genericSTM32F407IGT6.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"build": {
3+
"core": "stm32",
4+
"cpu": "cortex-m4",
5+
"extra_flags": "-DSTM32F407xx -DSTM32F4",
6+
"f_cpu": "168000000L",
7+
"hwids": [
8+
[
9+
"0x1EAF",
10+
"0x0003"
11+
],
12+
[
13+
"0x0483",
14+
"0x3748"
15+
]
16+
],
17+
"mcu": "stm32f407igt6",
18+
"product_line": "STM32F407xx"
19+
},
20+
"debug": {
21+
"default_tools": [
22+
"stlink"
23+
],
24+
"jlink_device": "STM32F407IG",
25+
"openocd_extra_args": [
26+
"-c",
27+
"reset_config none"
28+
],
29+
"openocd_target": "stm32f4x",
30+
"svd_path": "STM32F40x.svd"
31+
},
32+
"frameworks": [
33+
"cmsis",
34+
"stm32cube",
35+
"libopencm3"
36+
],
37+
"name": "STM32F407IG (192k RAM. 1024k Flash)",
38+
"upload": {
39+
"disable_flushing": false,
40+
"maximum_ram_size": 196608,
41+
"maximum_size": 1048576,
42+
"protocol": "stlink",
43+
"protocols": [
44+
"blackmagic",
45+
"dfu",
46+
"jlink",
47+
"serial",
48+
"stlink"
49+
],
50+
"require_upload_port": true,
51+
"use_1200bps_touch": false,
52+
"wait_for_upload_port": false
53+
},
54+
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ig.html",
55+
"vendor": "Generic"
56+
}

0 commit comments

Comments
 (0)