-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathgenericGD32F303CC.json
58 lines (58 loc) · 1.19 KB
/
genericGD32F303CC.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"build": {
"core": "gd32",
"cpu": "cortex-m4",
"extra_flags": "-DGD32F303xC -DGD32F3 -DGD32F30x -DGD32F30X_HD",
"f_cpu": "120000000L",
"hwids": [
[
"0x1EAF",
"0x0003"
],
[
"0x1EAF",
"0x0004"
]
],
"mcu": "gd32f303cct6",
"product_line": "GD32F303xC",
"variant": "GD32F303CC_GENERIC",
"spl_series": "GD32F30x"
},
"debug": {
"jlink_device": "GD32F303CC",
"openocd_target": "stm32f1x",
"svd_path": "GD32F30x_HD.svd",
"openocd_extra_pre_target_args": [
"-c",
"set CPUTAPID 0x2ba01477"
],
"default_tools": [
"stlink"
]
},
"frameworks": [
"arduino",
"spl"
],
"name": "GD32F303CC (48k RAM. 256k Flash)",
"upload": {
"disable_flushing": false,
"maximum_ram_size": 49152,
"maximum_size": 262144,
"protocol": "stlink",
"protocols": [
"jlink",
"cmsis-dap",
"stlink",
"blackmagic",
"serial",
"dfu"
],
"require_upload_port": true,
"use_1200bps_touch": false,
"wait_for_upload_port": false
},
"url": "https://www.gigadevice.com/microcontroller/gd32f303cct6/",
"vendor": "GigaDevice"
}