2023-03-10 23:56:33 +00:00
|
|
|
{
|
|
|
|
"build": {
|
|
|
|
"core": "stm32",
|
|
|
|
"cpu": "cortex-m7",
|
|
|
|
"extra_flags": "-DSTM32H7xx -DSTM32H723xx",
|
|
|
|
"f_cpu": "550000000L",
|
2023-06-03 03:47:57 +00:00
|
|
|
"mcu": "stm32h723vzt6",
|
2023-03-10 23:56:33 +00:00
|
|
|
"product_line": "STM32H723xx",
|
2023-06-03 03:47:57 +00:00
|
|
|
"variant": "MARLIN_H723VG"
|
2023-03-10 23:56:33 +00:00
|
|
|
},
|
|
|
|
"connectivity": [
|
|
|
|
"can",
|
|
|
|
"ethernet"
|
|
|
|
],
|
|
|
|
"debug": {
|
2023-06-03 03:47:57 +00:00
|
|
|
"jlink_device": "STM32H723VG",
|
2023-03-10 23:56:33 +00:00
|
|
|
"openocd_target": "stm32h7x",
|
|
|
|
"svd_path": "STM32H7x3.svd",
|
|
|
|
"tools": {
|
|
|
|
"stlink": {
|
|
|
|
"server": {
|
|
|
|
"arguments": [
|
|
|
|
"-f",
|
|
|
|
"scripts/interface/stlink.cfg",
|
|
|
|
"-c",
|
|
|
|
"transport select hla_swd",
|
|
|
|
"-f",
|
|
|
|
"scripts/target/stm32h7x.cfg",
|
|
|
|
"-c",
|
|
|
|
"reset_config none"
|
|
|
|
],
|
|
|
|
"executable": "bin/openocd",
|
|
|
|
"package": "tool-openocd"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": [
|
|
|
|
"arduino",
|
|
|
|
"stm32cube"
|
|
|
|
],
|
2023-06-03 03:47:57 +00:00
|
|
|
"name": "STM32H723VG (564k RAM. 1024k Flash)",
|
2023-03-10 23:56:33 +00:00
|
|
|
"upload": {
|
|
|
|
"disable_flushing": false,
|
|
|
|
"maximum_ram_size": 577536,
|
2023-06-03 03:47:57 +00:00
|
|
|
"maximum_size": 1048576,
|
2023-03-10 23:56:33 +00:00
|
|
|
"protocol": "stlink",
|
|
|
|
"protocols": [
|
|
|
|
"stlink",
|
|
|
|
"dfu",
|
|
|
|
"jlink",
|
|
|
|
"cmsis-dap"
|
|
|
|
],
|
|
|
|
"offset_address": "0x8020000",
|
|
|
|
"require_upload_port": true,
|
|
|
|
"use_1200bps_touch": false,
|
|
|
|
"wait_for_upload_port": false
|
|
|
|
},
|
2023-06-03 03:47:57 +00:00
|
|
|
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32h723vg.html",
|
2023-03-10 23:56:33 +00:00
|
|
|
"vendor": "ST"
|
|
|
|
}
|