Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nucleo H7A3ZI-Q and H755ZI-Q boards #670

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions boards/nucleo_h755zi_q.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7xx -DSTM32H755xx",
"f_cpu": "480000000L",
"mcu": "stm32h755zit6",
"product_line": "STM32H755xx",
"zephyr": {
"variant": "nucleo_h755zi_q_m7"
}
},
"connectivity": [
"can",
"ethernet"
],
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32H755ZI",
"onboard_tools": [
"stlink"
],
"openocd_board": "st_nucleo_h755zi",
"openocd_target": "stm32h7x",
"svd_path": "STM32H755_CM7.svd"
},
"frameworks": [
"cmsis",
"stm32cube",
"zephyr"
],
"name": "ST Nucleo H755ZI-Q",
"upload": {
"maximum_ram_size": 524288,
"maximum_size": 1048576,
"protocol": "stlink",
"protocols": [
"jlink",
"cmsis-dap",
"stlink",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/evaluation-tools/nucleo-h755zi-q.html",
"vendor": "ST"
}
48 changes: 48 additions & 0 deletions boards/nucleo_h7a3zi_q.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7xx -DSTM32H7A3xx",
"f_cpu": "280000000L",
"mcu": "stm32h7a3zit6q",
"product_line": "STM32H7A3xx",
"zephyr": {
"variant": "nucleo_h7a3zi_q_m7"
}
},
"connectivity": [
"can"
],
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32H7A3ZI",
"onboard_tools": [
"stlink"
],
"openocd_board": "st_nucleo_h7a3zi",
"openocd_target": "stm32h7x",
"svd_path": "STM32H7A3_CM7.svd"
},
"frameworks": [
"cmsis",
"stm32cube",
"zephyr"
],
"name": "ST Nucleo H7A3ZI-Q",
"upload": {
"maximum_ram_size": 1409024,
"maximum_size": 2097152,
"protocol": "stlink",
"protocols": [
"jlink",
"cmsis-dap",
"stlink",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/evaluation-tools/nucleo-h7a3zi-q.html",
"vendor": "ST"
}