platform-ststm32/boards/nucleo_f746zg.json

41 lines
934 B
JSON
Raw Normal View History

2016-09-16 11:26:53 -07:00
{
"build": {
"cpu": "cortex-m7",
"f_cpu": "216000000L",
"mcu": "stm32f746zgt6"
},
"frameworks": [
"mbed"
],
"name": "ST Nucleo F746ZG",
"upload": {
"maximum_ram_size": 327680,
"maximum_size": 1048576
},
2017-04-01 05:39:18 -07:00
"debug": {
"tools": {
"stlink": {
"server": {
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f7x.cfg",
"-c", "reset_config srst_only"
]
},
"gdbinit": [
"target remote :3333",
"monitor init",
"monitor reset halt",
"file $PROG_PATH",
"load $PROG_PATH"
]
}
}
},
2016-09-16 11:26:53 -07:00
"url": "https://developer.mbed.org/platforms/ST-Nucleo-F446ZE/",
"vendor": "ST"
}