This summary page is auto-generated from the github repository. Click here to visit the main repository page.
Latest release: | 2.0.0rc0 |
---|---|
Maintainer: | djpwilk |
Description: | SDRAM driver software component |
- One thread reads/writes data to SDRAM
- Optimised for burst access of blocks of 32 bit words (not for random access) with 12.5 MHz sdram clock.
- Application retains control of refresh by calling sdram_refresh at appropriate to prevent unexpected delays
- 16-bit - Peak write: 25MB/s, read 25MB/s.
- Code size: 2KB
- Thread count: 1
- module_sdram_burst: the burst mode driver
- app_sdram_burst_example: contains a c client and an xc test harness
Full documentation can be found at: http://xcore.github.com/sc_sdram_burst/
Issues may be submitted via the Issues tab in this github repo. Response to any issues submitted are at the discretion of the maintainer of this component.
- xcommon (if using development tools earlier than 11.11.0)