Merge pull request #391 from msrd0/syscfg-ur17-tcm-axi

Add TCM_AXI_SHARED_CFG to SYSCFG_UR17 for STM32H7
This commit is contained in:
Dario Nieuwenhuis 2024-02-12 18:52:11 +00:00 committed by GitHub
commit c6b8d61400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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