Files
platform-ststm32/boards/malyanm200_f103cb.json
2023-09-19 14:24:30 +03:00

56 lines
1.1 KiB
JSON

{
"build": {
"core": "stm32",
"cpu": "cortex-m3",
"extra_flags": "-DSTM32F103xB",
"f_cpu": "72000000L",
"flash_offset": "0x2000",
"framework_extra_flags": {
"arduino": "-DCUSTOM_STARTUP_FILE -DCUSTOM_PERIPHERAL_PINS"
},
"hwids": [
[
"0x1EAF",
"0x0003"
],
[
"0x1EAF",
"0x0004"
]
],
"mcu": "stm32f103cbt6",
"product_line": "STM32F103xB",
"variant": "STM32F1xx/F103C8T_F103CB(T-U)"
},
"debug": {
"jlink_device": "STM32F103CB",
"openocd_target": "stm32f1x",
"svd_path": "STM32F103xx.svd"
},
"frameworks": [
"arduino",
"cmsis",
"stm32cube",
"libopencm3"
],
"name": "Malyan M200 V1",
"upload": {
"disable_flushing": false,
"maximum_ram_size": 20480,
"maximum_size": 122880,
"protocol": "stlink",
"protocols": [
"jlink",
"cmsis-dap",
"stlink",
"blackmagic",
"serial"
],
"require_upload_port": true,
"use_1200bps_touch": false,
"wait_for_upload_port": false
},
"url": "http://malyansys.com/en/product/fdm-series/m200-v1/",
"vendor": "Malyan"
}