Skip to content

Commit

Permalink
add support for H503RB (generic and Nucleo)
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPQualityPost committed Oct 6, 2024
1 parent 54c6736 commit 7572a4e
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
44 changes: 44 additions & 0 deletions boards/genericSTM32H503RB.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7 -DSTM32H5xx -DSTM32H503xx",
"f_cpu": "250000000L",
"mcu": "stm32h503rbt6",
"product_line": "STM32H503xx",
"variant": "STM32H503RBT"
},
"connectivity": [
"usb",
"can"
],
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32H503RB",
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32h5x",
"svd_path": "STM32H503.svd"
},
"frameworks": [
"arduino",
"stm32cube"
],
"name": "STM32H503RB (32k RAM. 128k Flash)",
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"blackmagic",
"cmsis-dap",
"jlink",
"stlink"
]
},
"url": "https://www.st.com/en/evaluation-tools/nucleo-h503rb.html",
"vendor": "ST"
}
44 changes: 44 additions & 0 deletions boards/nucleo_h503rb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7 -DSTM32H5xx -DSTM32H503xx",
"f_cpu": "250000000L",
"mcu": "stm32h503rbt6",
"product_line": "STM32H503xx",
"variant": "STM32H503RBT"
},
"connectivity": [
"usb",
"can"
],
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32H503RB",
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32h5x",
"svd_path": "STM32H503.svd"
},
"frameworks": [
"arduino",
"stm32cube"
],
"name": "ST Nucleo H503RB",
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"blackmagic",
"cmsis-dap",
"jlink",
"stlink"
]
},
"url": "https://www.st.com/en/evaluation-tools/nucleo-h503rb.html",
"vendor": "ST"
}

0 comments on commit 7572a4e

Please sign in to comment.