File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " stm32" ,
4
+ "cpu" : " cortex-m4" ,
5
+ "extra_flags" : " -DSTM32F3 -DSTM32F373xC" ,
6
+ "f_cpu" : " 72000000L" ,
7
+ "mcu" : " stm32f373rct6" ,
8
+ "product_line" : " STM32F373xC"
9
+ },
10
+ "connectivity" : [
11
+ " can"
12
+ ],
13
+ "debug" : {
14
+ "jlink_device" : " STM32F373RC" ,
15
+ "openocd_target" : " stm32f3x" ,
16
+ "svd_path" : " STM32F37x.svd"
17
+ },
18
+ "frameworks" : [
19
+ " cmsis" ,
20
+ " stm32cube"
21
+ ],
22
+ "name" : " STM32F373RC (32k RAM. 256k Flash)" ,
23
+ "upload" : {
24
+ "maximum_ram_size" : 32768 ,
25
+ "maximum_size" : 262144 ,
26
+ "protocol" : " stlink" ,
27
+ "protocols" : [
28
+ " jlink" ,
29
+ " stlink" ,
30
+ " cmsis-dap" ,
31
+ " blackmagic"
32
+ ]
33
+ },
34
+ "url" : " https://www.st.com/en/microcontrollers/stm32f373rc.html" ,
35
+ "vendor" : " Generic"
36
+ }
You can’t perform that action at this time.
0 commit comments