From 76948b6d0bf68d7d44fcc4c187d79824b9ce91df Mon Sep 17 00:00:00 2001 From: "-T.K.-" Date: Tue, 20 Jun 2023 15:19:01 -0700 Subject: [PATCH] FIX: fix SPI Flash base address in test --- tests/spiflash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spiflash.h b/tests/spiflash.h index 94b27e36..830302c7 100644 --- a/tests/spiflash.h +++ b/tests/spiflash.h @@ -5,7 +5,7 @@ #define SPIFLASH_BASE_MEM 0x20000000 #define SPIFLASH_BASE_MEM_SIZE 0x10000000 -#define SPIFLASH_BASE_CTRL 0x10040000 +#define SPIFLASH_BASE_CTRL 0x10030000 // Only defining the registers we use; there are more // Software control #define SPIFLASH_OFFS_CSMODE 0x18