Page 1 of 1
LPC4088 QuickStart Board SDRAM access
Posted: Thu Oct 30, 2014 8:07 am
by maresv
Is it possible to use the external SDRAM memory on the LPC4088 QuickStart Board?
Re: LPC4088 QuickStart Board SDRAM access
Posted: Thu Oct 30, 2014 11:08 am
by cfbsoftware
I can't say for sure as I haven't tried it but I don't see why not. You would have to configure the EMC first using the information in Chapter 9: LPC408x/407x External Memory Controller (EMC) of the
NXP LPC408x/407x User manual (UM10562). The most transparent way to use the resulting dynamic RAM at address 0A0000000H would be to configure it for use as Heap RAM similarly to the way AHB RAM is used on some microcontrollers. See the topic
Using the additional 16 / 32kB of RAM on LPC175x/6x MCUs in this forum for more information.
Re: LPC4088 QuickStart Board SDRAM access
Posted: Mon Nov 17, 2014 6:42 am
by Dimon
For LPC1788 (SK-MLPC1788) EMC works.
Re: LPC4088 QuickStart Board SDRAM access
Posted: Sun Jan 04, 2015 12:15 am
by cfbsoftware
You can now download the source code for an LPC4088 QuickStart Board SDRAM read/write example from the
Cortex-M4 Source Code sub-forum.