From 1b08a529e07ebf8c31bad196bc58997cdc9811d2 Mon Sep 17 00:00:00 2001 From: Liam Barry Date: Tue, 30 Jan 2024 13:44:09 +0000 Subject: Fix: Remove S/NS aliases of non-existent DMA_0 interface Correction for misprint in AN547 application note which proliferated to AN552. There are only 3 DMA interfaces. Signed-off-by: Liam Barry Change-Id: I53dab9cbc41f80d7a2818ce6c5b8372ecbdfbd1a --- source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h b/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h index fd3ed15..5e0b57d 100644 --- a/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h +++ b/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h @@ -34,7 +34,7 @@ #define FMC_CMDSK_GPIO_BASE2 (0x41106000) /* FMC_CMDSK_GPIO_BASE 2 Base Address (4KB)*/ #define FMC_USER_AHB_BASE (0x41107000) /* FMC_USER_AHB_BASE Base Address (4KB)*/ -#define DMA0_BASE (0x41200000) /* DMA0 (4KB) */ +/* Note: DMA0_BASE does not exist for Corstone-300 */ #define DMA1_BASE (0x41201000) /* DMA1 (4KB) */ #define DMA2_BASE (0x41202000) /* DMA2 (4KB) */ #define DMA3_BASE (0x41203000) /* DMA3 (4KB) */ @@ -97,7 +97,6 @@ #define SEC_AHB_USER2_BASE (0x51106000) /* AHB USER 2 Base Address (4KB)*/ #define SEC_AHB_USER3_BASE (0x51107000) /* AHB USER 3 Base Address (4KB)*/ -#define SEC_DMA0_BASE (0x51200000) /* DMA0 (4KB) */ #define SEC_DMA1_BASE (0x51201000) /* DMA1 (4KB) */ #define SEC_DMA2_BASE (0x51202000) /* DMA2 (4KB) */ #define SEC_DMA3_BASE (0x51203000) /* DMA3 (4KB) */ -- cgit v1.2.1