This documents data structures, functions, variables, defines, enums, and typedefs in the software. It also gives an example of the usage of the FAT filesystem through the dataflash memory AT45DBX & SPI driver.
The example lets you issue the following commands on RS232 using POSIX interfaces (open, read, write, close):
Note: This example assumes that the dataflash memory contains a file in the root directory (and of course that the memory filesystem is a FAT12/16/32).
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 an SPI module can be used. This example has been tested with the following setup:
CPU speed: 12 MHz
For further information, visit Atmel AVR32.