| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914 |
- ---
- vendor: RealThread
- dvendor: GigaDevice
- name: GD32H7
- version: 2.0.0
- yaml_version: 1
- type: Chip_Support_Packages
- family_name: GD32
- series:
- description: |-
- GigaDevice's GD32H7 series of high-performance MCUs are based on the ARM Cortex-M7 core. These MCUs feature high processing power, rich peripherals, and multiple high-speed interfaces, making them ideal for demanding applications requiring intensive computing and real-time performance.
- Typical applications include industrial control, motor drives, digital power supplies, medical equipment, and advanced IoT devices.
- - Up to 600MHz CPU frequency
- - FPU and DSP instructions
- - L1 cache (I-Cache and D-Cache)
- - Multi-layer AHB bus matrix
- - Rich analog and digital peripherals
- - Multiple high-speed communication interfaces
- series_name: GD32H7
- peripheral: {}
- sub_series:
- - sub_series_name: GD32H759
- cpu_info:
- max_clock: '600000000'
- chips:
- - chip_name: GD32H759IG
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x100000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H759IG/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H759II
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x200000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H759II/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H759IM
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x3C0000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0x80000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H759IM/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- ui:
- uart:
- default_value: UART1
- prompt_message_en: select one uart as console output interface
- prompt_message_zh: 选择一个串口作为控制台信息输出接口
- tx_pin:
- default_value: PA9
- prompt_message_en: 'set the tx pin name of the console device interface, the
- value should be with a format"P+[port name][pin number]",eg. PA2,PB6 '
- prompt_message_zh: 设置控制台设备的数据发送引脚的名称, 名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA2,
- PB6
- rx_pin:
- default_value: PA10
- prompt_message_en: 'set the rx pin name of the console device interface, the
- value should be with a format"P+[port name][pin number]", eg. PA3, PB7 '
- prompt_message_zh: 设置控制台设备的数据发送引脚的名称,名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA2, PB6
- docs:
- - file: documents\GD32H737_757_759_User_manual.pdf
- title: GD32H737_757_759 User manual
- svd:
- file: debug/svd/GD32H7xx.svd
- project_type:
- bare_metal:
- function_map:
- clk_init: none
- sysTick: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/baremetal
- rtt_nano:
- function_map:
- clk_init: none
- heap_init: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/nano
- rtt:
- function_map:
- rt_hw_board_init;: none
- heap_init: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/rtt
- - drivers/rtt/usb
- source_files:
- file:
- # SOC_SERIES_GD32H7xx
- - libraries/GD32H7xx_standard_peripheral
- - libraries/CMSIS/GD/GD32H7xx/Include/system_gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx_libopt.h
- - libraries/CMSIS/GD/GD32H7xx/Source/system_gd32h7xx.c
- # 通用CMSIS文件
- - libraries/CMSIS/core_cm7.h
- - libraries/CMSIS/cmsis_compiler.h
- - libraries/CMSIS/cmsis_version.h
- - libraries/CMSIS/cmsis_gcc.h
- - libraries/CMSIS/mpu_armv7.h
- - libraries/CMSIS/cachel1_armv7.h
- - sub_series_name: GD32H757
- cpu_info:
- max_clock: '600000000'
- chips:
- - chip_name: GD32H757VG
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x100000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H757VG/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H757VI
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x200000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H757VI/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H757VM
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x3C0000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H757VM/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H757ZG
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x100000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H757ZG/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H757ZI
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x200000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H757ZI/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H757ZM
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x3C0000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H757ZM/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- ui:
- uart:
- default_value: UART1
- prompt_message_en: select one uart as console output interface
- prompt_message_zh: 选择一个串口作为控制台信息输出接口
- tx_pin:
- default_value: PA9
- prompt_message_en: 'set the tx pin name of the console device interface, the
- value should be with a format"P+[port name][pin number]",eg. PA2,PB6 '
- prompt_message_zh: 设置控制台设备的数据发送引脚的名称, 名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA2,
- PB6
- rx_pin:
- default_value: PA10
- prompt_message_en: 'set the rx pin name of the console device interface, the
- value should be with a format"P+[port name][pin number]", eg. PA3, PB7 '
- prompt_message_zh: 设置控制台设备的数据发送引脚的名称,名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA2, PB6
- docs:
- - file: documents\GD32H737_757_759_User_manual.pdf
- title: GD32H737_757_759 User manual
- svd:
- file: debug/svd/GD32H7xx.svd
- project_type:
- bare_metal:
- function_map:
- clk_init: none
- sysTick: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/baremetal
- rtt_nano:
- function_map:
- clk_init: none
- heap_init: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/nano
- rtt:
- function_map:
- rt_hw_board_init;: none
- heap_init: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/rtt
- - drivers/rtt/usb
- source_files:
- file:
- # SOC_SERIES_GD32H7xx
- - libraries/GD32H7xx_standard_peripheral
- - libraries/CMSIS/GD/GD32H7xx/Include/system_gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx_libopt.h
- - libraries/CMSIS/GD/GD32H7xx/Source/system_gd32h7xx.c
- # 通用CMSIS文件
- - libraries/CMSIS/core_cm7.h
- - libraries/CMSIS/cmsis_compiler.h
- - libraries/CMSIS/cmsis_version.h
- - libraries/CMSIS/cmsis_gcc.h
- - libraries/CMSIS/mpu_armv7.h
- - libraries/CMSIS/cachel1_armv7.h
- - sub_series_name: GD32H737
- cpu_info:
- max_clock: '600000000'
- chips:
- - chip_name: GD32H737IG
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x100000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737IG/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H737II
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x200000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737II/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H737IM
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x3C0000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737IM/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H737VG
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x100000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737VG/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H737VI
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x200000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737VI/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H737VM
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x3C0000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737VM/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H737ZG
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x100000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737ZG/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H737ZI
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x200000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737ZI/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- - chip_name: GD32H737ZM
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x3C0000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0xD0000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H737ZM/link.ld
- marco:
- - GD32H7XX
- files:
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Source/GCC/startup_gd32h7xx.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- ui:
- uart:
- default_value: UART1
- prompt_message_en: select one uart as console output interface
- prompt_message_zh: 选择一个串口作为控制台信息输出接口
- tx_pin:
- default_value: PA9
- prompt_message_en: 'set the tx pin name of the console device interface, the
- value should be with a format"P+[port name][pin number]",eg. PA2,PB6 '
- prompt_message_zh: 设置控制台设备的数据发送引脚的名称, 名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA2,
- PB6
- rx_pin:
- default_value: PA10
- prompt_message_en: 'set the rx pin name of the console device interface, the
- value should be with a format"P+[port name][pin number]", eg. PA3, PB7 '
- prompt_message_zh: 设置控制台设备的数据发送引脚的名称,名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA2, PB6
- docs:
- - file: documents\GD32H737_757_759_User_manual.pdf
- title: GD32H737_757_759 User manual
- svd:
- file: debug/svd/GD32H7xx.svd
- project_type:
- bare_metal:
- function_map:
- clk_init: none
- sysTick: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/baremetal
- rtt_nano:
- function_map:
- clk_init: none
- heap_init: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/nano
- rtt:
- function_map:
- rt_hw_board_init;: none
- heap_init: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H7xx
- source_files:
- - drivers/rtt
- - drivers/rtt/usb
- source_files:
- file:
- # SOC_SERIES_GD32H7xx
- - libraries/GD32H7xx_standard_peripheral
- - libraries/CMSIS/GD/GD32H7xx/Include/system_gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx.h
- - libraries/CMSIS/GD/GD32H7xx/Include/gd32h7xx_libopt.h
- - libraries/CMSIS/GD/GD32H7xx/Source/system_gd32h7xx.c
- # 通用CMSIS文件
- - libraries/CMSIS/core_cm7.h
- - libraries/CMSIS/cmsis_compiler.h
- - libraries/CMSIS/cmsis_version.h
- - libraries/CMSIS/cmsis_gcc.h
- - libraries/CMSIS/mpu_armv7.h
- - libraries/CMSIS/cachel1_armv7.h
- - sub_series_name: GD32H75E
- cpu_info:
- max_clock: '600000000'
- chips:
- - chip_name: GD32H75EYMJ7
- peripheral: {}
- memory:
- - id: IROM1
- start: '0x8000000'
- size: '0x3C0000'
- default: '1'
- - id: IRAM1
- start: '0x24000000'
- size: '0x80000'
- init: '0'
- default: '1'
- compiler:
- gcc:
- entry_point: Reset_Handler
- link_script: linkscripts/GD32H75EYM/link.ld
- marco:
- - GD32H75E
- files:
- - libraries/CMSIS/GD/GD32H75E/Include/gd32h75e.h
- - libraries/CMSIS/GD/GD32H75E/Source/GCC/startup_gd32h75e.s
- armcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- iarcc:
- entry_point: none
- link_script: none
- marco: []
- files: []
- ui:
- uart:
- default_value: UART1
- prompt_message_en: select one uart as console output interface
- prompt_message_zh: 选择一个串口作为控制台信息输出接口
- tx_pin:
- default_value: PA9
- prompt_message_en: 'set the tx pin name of the console device interface, the
- value should be with a format"P+[port name][pin number]",eg. PA2,PB6 '
- prompt_message_zh: 设置控制台设备的数据发送引脚的名称, 名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA2,
- PB6
- rx_pin:
- default_value: PA10
- prompt_message_en: 'set the rx pin name of the console device interface, the
- value should be with a format"P+[port name][pin number]", eg. PA3, PB7 '
- prompt_message_zh: 设置控制台设备的数据发送引脚的名称,名称应该具有以下格式“P+[端口名称][端口编号]”, 比如:PA2, PB6
- docs:
- - file: documents\GD32H75Exx_Datasheet_Rev1.2.pdf
- title: GD32H75Exx Datasheet
- svd:
- file: debug/svd/GD32H75E.svd
- project_type:
- bare_metal:
- function_map:
- clk_init: none
- sysTick: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H75E
- source_files:
- - drivers/baremetal
- rtt_nano:
- function_map:
- clk_init: none
- heap_init: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H75E
- source_files:
- - drivers/nano
- rtt:
- function_map:
- rt_hw_board_init;: none
- heap_init: none
- marco:
- - SOC_FAMILY_GD32
- - SOC_SERIES_GD32H7
- - SOC_SERIES_GD32H75E
- source_files:
- - drivers/rtt
- - drivers/rtt/usb
- source_files:
- file:
- # SOC_SERIES_GD32H75E
- - libraries/GD32H75E_standard_peripheral
- - libraries/CMSIS/GD/GD32H75E/Include/system_gd32h75e.h
- - libraries/CMSIS/GD/GD32H75E/Include/gd32h75e.h
- - libraries/CMSIS/GD/GD32H75E/Include/gd32h75e_libopt.h
- - libraries/CMSIS/GD/GD32H75E/Include/gd32h75e_err_report.h
- - libraries/CMSIS/GD/GD32H75E/Source/system_gd32h75e.c
- - libraries/CMSIS/GD/GD32H75E/Source/gd32h75e_err_report.c
- # 通用CMSIS文件
- - libraries/CMSIS/core_cm7.h
- - libraries/CMSIS/cmsis_compiler.h
- - libraries/CMSIS/cmsis_version.h
- - libraries/CMSIS/cmsis_gcc.h
- - libraries/CMSIS/mpu_armv7.h
- - libraries/CMSIS/cachel1_armv7.h
- cpu_info:
- core: Cortex-M7
- fpu: '1'
- mpu: '1'
- endian: Little-endian
|