Add TCM_AXI_SHARED_CFG to SYSCFG_UR18 for STM32H7

This commit is contained in:
Dominic 2024-02-12 18:13:40 +01:00
parent 8ae5bb5fe6
commit 39dcea050b
No known key found for this signature in database
GPG Key ID: DCC8C247452E98F9

View File

@ -321,6 +321,11 @@ fieldset/UR17:
description: I/O high speed / low voltage
bit_offset: 0
bit_size: 1
- name: TCM_AXI_SHARED_CFG
description: ITCM-RAM / AXI-SRAM size
bit_offset: 16
bit_size: 2
enum: ITCM_AXI_RAM_SIZE
fieldset/UR18:
description: SYSCFG user register 18
fields:
@ -408,3 +413,18 @@ fieldset/UR9:
description: Protected area start address for bank 2
bit_offset: 16
bit_size: 12
enum/ITCM_AXI_RAM_SIZE:
bit_size: 2
variants:
- name: Itcm64Axi320
description: 64 Kbyte ITCM-RAM / 320 Kbyte AXI-SRAM
value: 0
- name: Itcm128Axi320
description: 128 Kbyte ITCM-RAM / 256 Kbyte AXI-SRAM
value: 1
- name: Itcm192Axi192
description: 192 Kbyte ITCM-RAM / 192 Kbyte AXI-SRAM
value: 2
- name: Itcm256Axi128
description: 256 Kbyte ITCM-RAM / 128 Kbyte AXI-SRAM
value: 3