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
This commit is contained in:
JacobCrabill 2022-04-10 21:55:09 -07:00 committed by Mateusz Szafoni
parent 0a6181f4d7
commit b6d9eab7c9

View File

@ -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 */