-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenericSTM32G431RB.json
43 lines (43 loc) · 1.04 KB
/
genericSTM32G431RB.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": "-DSTM32G4xx -DSTM32G431xx -DSTM32G4",
"f_cpu": "170000000L",
"mcu": "stm32g431rbt6",
"product_line": "STM32G431xx",
"variant": "STM32G4xx/G431R(6-8-B)(I-T)_G441RB(I-T)"
},
"debug": {
"jlink_device": "STM32G431RB",
"openocd_target": "stm32g4x",
"svd_path": "STM32G431xx.svd"
},
"frameworks": [
"arduino",
"cmsis",
"mbed",
"libopencm3",
"stm32cube"
],
"name": "STM32G431RB (32k RAM. 128k Flash)",
"upload": {
"disable_flushing": false,
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"jlink",
"cmsis-dap",
"stlink",
"blackmagic",
"serial",
"dfu"
],
"require_upload_port": true,
"use_1200bps_touch": false,
"wait_for_upload_port": false
},
"url": "http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103c8.html",
"vendor": "Generic"
}