diff --git a/BaS_gcc/include/firebee.h b/BaS_gcc/include/firebee.h index a1a7497..1c4d9ad 100644 --- a/BaS_gcc/include/firebee.h +++ b/BaS_gcc/include/firebee.h @@ -40,8 +40,11 @@ #define TARGET_ADDRESS (SDRAM_START + SDRAM_SIZE - 0x100000) #else #define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS + #endif /* COMPILE_RAM */ #define USB_BUFFER_SIZE 0x80000 +#define EMUTOS_BASE_ADDRESS 0xe0600000 + #endif /* _FIREBEE_H_ */ diff --git a/BaS_gcc/include/m5484l.h b/BaS_gcc/include/m5484l.h index bfd65ef..dfd35af 100644 --- a/BaS_gcc/include/m5484l.h +++ b/BaS_gcc/include/m5484l.h @@ -29,7 +29,7 @@ #define SYSCLK 100000 -#define BOOTFLASH_BASE_ADDRESS 0xFF800000 +#define BOOTFLASH_BASE_ADDRESS 0xe0000000 #define BOOTFLASH_SIZE 0x400000 /* LITEKIT has 4MB flash */ #define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1) @@ -44,4 +44,6 @@ #define USB_BUFFER_SIZE 0x80000 +#define EMUTOS_BASE_ADDRESS 0xe0100000 + #endif /* _M5484L_H_ */