basic-fatefsl-project
Default mainpagebasic-fatefsl-project
Description Graph
basic-fatefsl-project
 
Purpose
The Basic-fatefsl-project will help you to get familiar with filesystem on AT91SAM microcontrollers. This demo is based on Open Source FAT filesystem EFSL (Embedded Filesystem Library). It supplies sample code of common operations of a filesystem through a SDRAM based filesystem. It can also help you to configure the filesystem according to your own needs, which can be used for fast implementation of your own filesystem and other applications related.

See
SourceForge project of EFSL FAT EFSL Embedded Filesystem Library

You can find following information depends on your needs:
Requirements
This package can be used with all Atmel evaluation kits that have EBI interface and SDRAM device

Description
Open HyperTerminal before running this program, use SAM-BA to download this program to SRAM or SDRAM, make the program run, the HyperTerminal will give out the test results.

Usage
  1. Build the program and download it inside the evaluation board. Please refer to the SAM-BA User Guide, the GNU-Based Software Development application note or to the IAR EWARM User Guide, depending on your chosen solution.
  2. On the computer, open and configure a terminal application (e.g. HyperTerminal on Microsoft Windows) with these settings:
    • 115200 bauds
    • 8 bits of data
    • No parity
    • 1 stop bit
    • No flow control
  3. Start the application
  4. Upon startup, the application will output the following lines on the DBGU.
    -- Basic Fat EFSL Project xxx --
    -- AT91xxxxxx-xx
    -- Compiled: xxx xx xxxx xx:xx:xx --
    -- AT91SAMxxxx-xx
    -- Compiled: xxxxxx --
    -I- FAT init
    -I- MEDSdram init
    -I- SDRAM already initialized
    -I- Could not init filesystem.
    -I- creating an empty filesystem
    -I- Filesystem is created
    
 
Source
The documentation for this Directory was generated from the following files:
  • main.c