AVR32 - SDRAMC Driver - SDRAMC Example Documentation
This is the documentation for the data structures, functions, variables, defines, enums, and typedefs in the software for application note AVR32102. It also gives an examples of the usage of the SRAM Controller driver with the hardware found on the STK1000. Setup, initialization and testing is included.
This software was written for the GNU GCC for AVR32 and IAR Systems compiler for AVR32. Other compilers may or may not work.
All AVR32 devices with a SDRAM Controller can be used. This example has been tested with the following setup:
- STK1000 development kit
- AP7000 top board for STK1000 development kit
No hardware specific settings are needed on the STK1000
CPU speed:
20 MHz
This example initializes the SDRAM found on the STK1000, tests it and then returns the number of errors found. To use this code in your own application, make a pointer to the base address of the SDRAM and access it like you would normally access a memory mapped device.
When recompiling a project, make sure to run make clean before recompiling
For more info about Atmel AVR32 visit
Atmel AVR32
AVR32 Application Notes
Support mail:
avr32@atmel.com