changes XIP start address

This commit is contained in:
2025-04-12 09:39:49 +02:00
parent cb6be16832
commit c73bc9e144
3 changed files with 188 additions and 2 deletions

View File

@@ -39,11 +39,15 @@
#define dma PERIPH(dma_t, APB_BASE + 0xB0000)
#define msgif PERIPH(mkcontrolclusterstreamcontroller_t, APB_BASE + 0xC0000)
#include "ehrenberg/devices/flexki_messages.h"
#include "ehrenberg/devices/fki_cluster_info.h"
#include "ehrenberg/devices/flexki_messages.h"
#define XIP_START_LOC 0xE0040000
#ifndef XIP_START_LOC
#define XIP_START_LOC 0xE0000000
#endif
#ifndef RAM_START_LOC
#define RAM_START_LOC 0xC0000000
#endif
// Misc