Hello, I am using the LPC2387. Total SRAM is 98KB in 3 memory areas (64kB SRAM, 16kB SRAM Ethernet, 16kB SRAM for USB and general purpose use). I can only set 2 RAM memory areas in the Target window. How can I use/set the third memory area in the Keil project ?
Thanks Andr
use a scatter file instead.
as far as I recall right now, the USB and Ethernet components of RL-ARM use absolute placement anyway. So you don't explicitly need to use a scatter file or to do anything special, actually.