Skip to content
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
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"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, NUCLEO_H503RB is supported in mbed-ce, so you can add mbed-ce to the frameworks if #863 merges first.

],
"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"
}
Loading