Skip to content

Commit e95ec5a

Browse files
Add genericSTM32G431CB board (#707)
1 parent 77319ce commit e95ec5a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

boards/genericSTM32G431CB.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"build": {
3+
"core": "stm32",
4+
"cpu": "cortex-m4",
5+
"extra_flags": "-DSTM32G4xx -DSTM32G431xx",
6+
"f_cpu": "170000000L",
7+
"mcu": "stm32g431cbu6",
8+
"product_line": "STM32G431xx",
9+
"variant": "STM32G4xx/G431C(6-8-B)U_G441CBU"
10+
},
11+
"connectivity": [
12+
"can"
13+
],
14+
"debug": {
15+
"jlink_device": "STM32G431CB",
16+
"openocd_target": "stm32g4x",
17+
"svd_path": "STM32G431xx.svd"
18+
},
19+
"frameworks": [
20+
"arduino",
21+
"cmsis",
22+
"libopencm3",
23+
"stm32cube"
24+
],
25+
"name": "STM32G431CB",
26+
"upload": {
27+
"maximum_ram_size": 32768,
28+
"maximum_size": 131072,
29+
"protocol": "stlink",
30+
"protocols": [
31+
"stlink",
32+
"jlink",
33+
"cmsis-dap",
34+
"blackmagic",
35+
"mbed"
36+
]
37+
},
38+
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32g431cb.html",
39+
"vendor": "ST"
40+
}

0 commit comments

Comments
 (0)