We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I'm using LPC2368 with Ethernet and a SD Card (with original MCI driver from Keil) . The library for the filesystem is using DMA and so Have to use the USB memory.
But in the device parameters , there's only 2 internal memories zones : IRAM1 and IRAM2. by default, on the LPC2368 only the Ethernet memory is defined as IRAM2.
Is it possible to set up an IRAM3 pointing on the USB memory ?
if not the case is it possible to use the RAM<x> definitions ?
Thanks in advance
You need to use scatter loading file to define any number of RAM or ROM areas.
Suvidh