- Fill the SDRAM with integers from 0 to 8388607 (32 Mb of data) by copying the data from an array using SYSTEM.COPY, 4K bytes at a time.
- Read back the data by copying the data to an array using SYSTEM.COPY, 4K bytes at a time and compare with the original values.
Using the 32Mb of SDRAM on the EA LPC4088 board #1
-
- Site Admin
- Posts: 517
- Joined: Fri Dec 31, 2010 12:30 pm
- Contact:
Using the 32Mb of SDRAM on the EA LPC4088 board #1
The attached example source code shows how you can read/write the 32Mb of EMC SDRAM on the Embedded Artists LPC4088 QuickStart board using the Astrobe SYSTEM.COPY function. The example performs the following functions:
- Attachments
-
- SDRAMReadWrite.zip
- SDRAMReadWrite.mod, EMC.mod
- (2.6 KiB) Downloaded 2155 times