This is an automated email from the ASF dual-hosted git repository.

linguini1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit e2665eb61aac2575c1dee3c5c3548fcf0f5cc34d
Author: raiden00pl <[email protected]>
AuthorDate: Tue Jun 16 09:42:52 2026 +0200

    arch/arm/src/stm32: add G4 RNG base address
    
    add missing STM32_RNG_BASE for G4
    
    Signed-off-by: raiden00pl <[email protected]>
---
 arch/arm/src/stm32g4/hardware/stm32g4xxxx_memorymap.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/src/stm32g4/hardware/stm32g4xxxx_memorymap.h 
b/arch/arm/src/stm32g4/hardware/stm32g4xxxx_memorymap.h
index fe1b4330269..e904718fb78 100644
--- a/arch/arm/src/stm32g4/hardware/stm32g4xxxx_memorymap.h
+++ b/arch/arm/src/stm32g4/hardware/stm32g4xxxx_memorymap.h
@@ -169,6 +169,7 @@
 #define STM32_DAC2_BASE      0x50000c00     /* 0x50000c00-0x50000fff: DAC2 */
 #define STM32_DAC3_BASE      0x50001000     /* 0x50001000-0x500013ff: DAC3 */
 #define STM32_DAC4_BASE      0x50001400     /* 0x50001400-0x500017ff: DAC4 */
+#define STM32_RNG_BASE       0x50060800     /* 0x50060800-0x50060bff: RNG */
 
 /* Compatibility defines */
 

Reply via email to