From 65a5cc9736312e68750347be28682024405dcbad Mon Sep 17 00:00:00 2001 From: CharlieYu Date: Mon, 4 Apr 2022 17:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=85=E5=AD=98=E6=98=A0?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根据 K210 技术参考手册修改 --- doc/memory_map.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/memory_map.md b/doc/memory_map.md index 56f65fe..3c8da81 100644 --- a/doc/memory_map.md +++ b/doc/memory_map.md @@ -12,15 +12,16 @@ This is a rough memory map for the Kendryte K210 (as used on the Sipeed Maix boa 0x0c000000 0x0fffffff PLIC 0x38000000 0x3fffffff TileLink 0x38000000 UARTHS - 0x38001000 GPIOHS + 0x38001000 0x38002000 GPIOHS 0x40000000 0x4fffffff AXI 64-bit (non-cached) 0x40000000 0x403fffff General-purpose SRAM MEM0 (non-cached) 0x40400000 0x405fffff General-purpose SRAM MEM1 (non-cached) 0x40600000 0x407fffff AI SRAM (non-cached) - 0x40800000 KPU + 0x40800000 0x41400000 KPU 0x42000000 0x423fffff FFT 0x50000000 0x501fffff AHB 32-bit - 0x50000000 DMAC + 0x50000000 0x50000c00 DMAC + 0x54000000 0x56000000 SPI3 0x50200000 0x503fffff APB1 32 bit 0x50200000 GPIO 0x50210000 UART1 @@ -47,10 +48,9 @@ This is a rough memory map for the Kendryte K210 (as used on the Sipeed Maix boa 0x50440000 SYSCTL 0x50450000 AES 0x50460000 RTC - 0x52000000 0x5??????? APB3 32 bit + 0x52000000 0x54000000 APB3 32 bit 0x52000000 SPI0 0x53000000 SPI1 - 0x54000000 SPI3 0x80000000 0x8fffffff AXI 64-bit (cached mirror of 0x40000000) 0x80000000 0x803fffff General-purpose SRAM MEM0 (cached) 0x80400000 0x805fffff General-purpose SRAM MEM1 (cached)