corrects XIP start addr in risc-v vp

This commit is contained in:
2025-09-14 14:55:23 +02:00
parent bf0e4ec057
commit 3df19468e9

View File

@@ -24,7 +24,7 @@
#define PERIPH(TYPE, ADDR) ((volatile TYPE*)(ADDR))
// values from memory_map.ld
#define XIP_START_LOC 0x30000000
#define XIP_START_LOC 0x20000000
#define RAM_START_LOC 0x00000000
#define APB_BASE 0x10000000