diff --git a/env/riscv_vp/platform.h b/env/riscv_vp/platform.h index dfd1bb5..8007853 100644 --- a/env/riscv_vp/platform.h +++ b/env/riscv_vp/platform.h @@ -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