-
-
Notifications
You must be signed in to change notification settings - Fork 311
/
olimex_e407.json
43 lines (43 loc) · 924 Bytes
/
olimex_e407.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
"f_cpu": "168000000L",
"mcu": "stm32f407zgt6",
"product_line": "STM32F407xx",
"variant": "STM32F4xx/F407Z(E-G)T_F417Z(E-G)T",
"zephyr": {
"variant": "olimex_stm32_e407"
}
},
"connectivity": [
"can"
],
"debug": {
"jlink_device": "STM32F407ZE",
"openocd_target": "stm32f4x",
"svd_path": "STM32F40x.svd"
},
"frameworks": [
"arduino",
"cmsis",
"stm32cube",
"libopencm3",
"zephyr"
],
"name": "STM32-E407",
"upload": {
"maximum_ram_size": 131072,
"maximum_size": 1048576,
"protocol": "stlink",
"protocols": [
"jlink",
"cmsis-dap",
"stlink",
"blackmagic"
]
},
"url": "https://docs.zephyrproject.org/latest/boards/arm/olimex_stm32_e407/doc/index.html",
"vendor": "Olimex"
}