Hello,
I'm having a little problem to map the RAM memory in my project. I'm using LPC2478 and I have 3 memory banks at 0x80000000 with size 0x200000 0x81000000 with size 0x200000 0x82000000 with size 0x200000
The memory map should be : stack at internal ram 0x40000000 module bank.c using all the tree banks for database
How do I write the scatter file to alloc this memmory map?
or you can use the __at directive, like this:
const unsigned long long sys_software_programming_success_high __attribute__( (at(FIRMWARE_ID_ADDR+0xFF8) ) ) = 0xFFFFFFFFFFFFFFFF ;