platform-ststm32/boards/disco_f334c8.json

30 lines
615 B
JSON

{
"build": {
"cpu": "cortex-m4",
"f_cpu": "72000000L",
"mcu": "stm32f334c8t6"
},
"frameworks": [
"mbed"
],
"name": "ST 32F3348DISCOVERY",
"upload": {
"maximum_ram_size": 12288,
"maximum_size": 65536,
"protocol": "stlink"
},
"debug": {
"tools": {
"stlink-v2-1": {
"server": {
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f334discovery.cfg"]
},
"onboard": true
}
}
},
"url": "http://www.st.com/web/en/catalog/tools/PF260318",
"vendor": "ST"
}