Skip to content

Commit

Permalink
hardware/stm32h562xx_rcc.h update
Browse files Browse the repository at this point in the history
Finished register and bit mapping for STM32H5 RCC
  • Loading branch information
kywwilson11 committed Oct 16, 2024
1 parent 35f6f61 commit 0d0a263
Show file tree
Hide file tree
Showing 2 changed files with 1,170 additions and 713 deletions.
6 changes: 3 additions & 3 deletions arch/arm/src/stm32h5/hardware/stm32h562xx_memorymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
#define STM32H5_FLASH_BASE 0x08000000 /* 0x08000000-0x0807ffff: FLASH memory */
#define STM32H5_SRAM1_BASE 0x20000000 /* 0x20000000-0x2002ffff: 192k SRAM1 */
#define STM32H5_SRAM2_BASE 0x20040000 /* 0x20040000-0x2004ffff: 64k SRAM2 */
#define STM32H5_SRAM3_BASE 0x20050000 /* 0x20050000-0x2008ffff: 64k SRAM2 */
/* 0x20090000-0x2009ffff: Reserved for ECC */
#define STM32H5_SRAM3_BASE 0x20050000 /* 0x20050000-0x2008ffff: 320k SRAM3 */
/* 0x20090000-0x2009ffff: Reserved for ECC */

/* System Memory Addresses **************************************************/

Expand All @@ -59,7 +59,7 @@
/* Peripheral Base Addresses ************************************************/

#define STM32H5_APB1_BASE 0x40000000 /* 0x40000000-0x4000fbff: APB1 */
#define STM32H5_APB2_BASE 0x4002C000 /* 0x40012c00-0x40016bff: APB2 */
#define STM32H5_APB2_BASE 0x40012C00 /* 0x40012c00-0x40016bff: APB2 */
#define STM32H5_AHB1_BASE 0x40020000 /* 0x40020000-0x400373ff: AHB1 */
#define STM32H5_AHB2_BASE 0x42020000 /* 0x42020000-0x420c3fff: AHB2 */
#define STM32H5_APB3_BASE 0x44000400 /* 0x44000400-0x44007fff: APB3 */
Expand Down
Loading

0 comments on commit 0d0a263

Please sign in to comment.