LPC4088 QuickStart Board SDRAM access

Locked
maresv
Posts: 3
Joined: Thu Oct 30, 2014 7:58 am
Contact:

LPC4088 QuickStart Board SDRAM access

Post by maresv » Thu Oct 30, 2014 8:07 am

Is it possible to use the external SDRAM memory on the LPC4088 QuickStart Board?

cfbsoftware
Site Admin
Posts: 545
Joined: Fri Dec 31, 2010 12:30 pm
Contact:

Re: LPC4088 QuickStart Board SDRAM access

Post by cfbsoftware » Thu Oct 30, 2014 11:08 am

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.

Dimon
Posts: 7
Joined: Tue Jan 11, 2011 5:15 am

Re: LPC4088 QuickStart Board SDRAM access

Post by Dimon » Mon Nov 17, 2014 6:42 am

For LPC1788 (SK-MLPC1788) EMC works.

cfbsoftware
Site Admin
Posts: 545
Joined: Fri Dec 31, 2010 12:30 pm
Contact:

Re: LPC4088 QuickStart Board SDRAM access

Post by cfbsoftware » Sun Jan 04, 2015 12:15 am

You can now download the source code for an LPC4088 QuickStart Board SDRAM read/write example from the Cortex-M4 Source Code sub-forum.

Locked