You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ra...@apache.org on 2022/05/06 06:55:09 UTC

[incubator-nuttx] 05/07: stm32h7: Add FDCAN3_BASE to memorymap.h

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

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

commit b6d9eab7c9897f3723ee162ebd0119c9b6b2b343
Author: JacobCrabill <ja...@flyvoly.com>
AuthorDate: Sun Apr 10 21:55:09 2022 -0700

    stm32h7: Add FDCAN3_BASE to memorymap.h
    
    Note that pinmap.h, irq.h, fdcan.h still need to be updated with proper
    register definitions for the FDCAN3 peripheral present in
    STM32H7[2|3][3|5] MCUs
---
 arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h
index 9a9b499b27..b1ab7e0d92 100644
--- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h
+++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h
@@ -116,6 +116,7 @@
 #define STM32_MDIOS_BASE       0x40009400     /* 0x40009400 - 0x400097ff MDIOS Section */
 #define STM32_FDCAN1_BASE      0x4000a000     /* 0x4000a000 - 0x4000a3ff FDCAN1 Section */
 #define STM32_FDCAN2_BASE      0x4000a400     /* 0x4000a400 - 0x4000A7ff FDCAN2 Section */
+#define STM32_FDCAN3_BASE      0x4000D400     /* 0x4000D400 - 0x4000D7FF FDCAN3 Section */
 #define STM32_CANCCU_BASE      0x4000a800     /* 0x4000a800 - 0x4000abff CAN CCU Section */
 #define STM32_CANRAM_BASE      0x4000ac00     /* 0x4000ac00 - 0x4000d3ff CAN Message RAM */