forked from ExpressLRS/ExpressLRS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathl432kb.json
More file actions
42 lines (42 loc) · 863 Bytes
/
l432kb.json
File metadata and controls
42 lines (42 loc) · 863 Bytes
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
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L432xx",
"f_cpu": "80000000L",
"mcu": "stm32l432kbu6",
"product_line": "STM32L432xx",
"ldscript": "ldscript.ld",
"variants_dir": "variants",
"variant": "L432K"
},
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32L432KB",
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32l4x",
"svd_path": "STM32L4x2.svd"
},
"frameworks": [
"arduino",
"cmsis",
"stm32cube"
],
"name": "CCG ExLRS 2.4G Nano RX",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"jlink",
"stlink",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32l432kb.html",
"vendor": "ST"
}