Skip to content

Commit

Permalink
Add genericSTM32G431CB board (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPQualityPost authored Sep 19, 2023
1 parent 77319ce commit e95ec5a
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions boards/genericSTM32G431CB.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32G4xx -DSTM32G431xx",
"f_cpu": "170000000L",
"mcu": "stm32g431cbu6",
"product_line": "STM32G431xx",
"variant": "STM32G4xx/G431C(6-8-B)U_G441CBU"
},
"connectivity": [
"can"
],
"debug": {
"jlink_device": "STM32G431CB",
"openocd_target": "stm32g4x",
"svd_path": "STM32G431xx.svd"
},
"frameworks": [
"arduino",
"cmsis",
"libopencm3",
"stm32cube"
],
"name": "STM32G431CB",
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"stlink",
"jlink",
"cmsis-dap",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32g431cb.html",
"vendor": "ST"
}

0 comments on commit e95ec5a

Please sign in to comment.