Files
Artery-AT32-PlatformIO/.platformio/platforms/at32/boards/generic_f403a.json
2021-11-27 07:47:21 +08:00

48 lines
912 B
JSON

{
"build": {
"core": "at32",
"cpu": "cortex-m4",
"extra_flags": "-DAT32F403ACGT7",
"f_cpu": "240000000L",
"hwids": [
[
"0x2E3C",
"0xDF11"
]
],
"mcu": "at32f403acgt7",
"product_line": "AT32F403ACGT7",
"variant": "AT32F4xx/F403A_F403A(T-U)"
},
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32F103C8",
"openocd_extra_args": [
"-c",
"reset_config none"
],
"openocd_target": "stm32f4x",
"svd_path": "STM32F403xx.svd"
},
"frameworks": [
"cmsis"
],
"name": "Generic F403A",
"upload": {
"maximum_ram_size": 98304,
"maximum_size": 262144,
"protocol": "serial",
"protocols": [
"jlink",
"cmsis-dap",
"stlink",
"serial",
"blackmagic"
]
},
"url": "https://www.arterychip.com/en/product/AT32F403A.jsp",
"vendor": "Artery"
}