From abcc41d17d0ccf2b13da822e5e6e9c0d3a912a48 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 16 Dec 2020 21:28:37 +0100 Subject: [PATCH] fix: arch/.../stm32h7x3xx_memorymap.h invalid address map for fdcan --- arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h index 21e9847d1c3..b14efd3cda3 100644 --- a/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h +++ b/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h @@ -125,11 +125,11 @@ #define STM32_DAC1_BASE 0x40007400 /* 0x40007400-0x400077ff: DAC */ #define STM32_UART7_BASE 0x40007800 /* 0x40007800-0x40007bff: UART7 */ #define STM32_UART8_BASE 0x40007c00 /* 0x40007c00-0x40007fff: UART8 */ -#define STM32_CRS_BASE 0x40008400 /* 0x40007c00-0x40007fff: CRS */ +#define STM32_CRS_BASE 0x40008400 /* 0x40008400-0x400087ff: CRS */ #define STM32_SWPMI_BASE 0x40008800 /* 0x40008800 - 0x40008bff SWPMI Section */ #define STM32_OPAMP_BASE 0x40009000 /* 0x40009000 - 0x400093ff OPAMP Section */ -#define STM32_MDIOS_BASE 0x4000a000 /* 0x40009400 - 0x400097ff MDIOS Section */ -#define STM32_FDCAN1_BASE 0x40008400 /* 0x4000a000 - 0x4000a3ff FDCAN1 Section */ +#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_CANCCU_BASE 0x4000a800 /* 0x4000a800 - 0x4000abff CAN CCU Section */ #define STM32_CANRAM_BASE 0x4000ac00 /* 0x4000ac00 - 0x4000d3ff CAN Message RAM */