I am working on MCB2300 (with LPC2378 processor). This processor supports external memory and it has got two banks (at locations 0x80000000 and 0x81000000 respectively with each having size of 64K). I need to use it in my application. What are the required configurations to be done to add this memory into the application? Please let me know
Assuming you refer to software changes, you need to configure your LPC2400.s file to enable the proper bank(s) and to setup correct timing parameters for your external memory (to be found in the data sheet of the device).