AT91SAM7S/src/flash.h File Reference

Flash read/write routines. More...


Functions

__ramfunc int AT91F_Flash_Write (unsigned int Flash_Address, int size, unsigned int *buff)
 Write to FLASH page.
void AT91F_Flash_Read (unsigned int add, unsigned int size, unsigned int *read_buff)


Detailed Description

Flash read/write routines.


Function Documentation

__ramfunc int AT91F_Flash_Write ( unsigned int  Flash_Address,
int  size,
unsigned int *  buff 
)

Write to FLASH page.

Parameters:
size size: 1 equals 4B (32bit multiple)
Note:
If interrupts routines are placed in FLASH and there is risk of interrupt disable interrupts.
Returns:
0 on success


Generated on Mon Sep 21 23:10:08 2009 for armscope by  doxygen 1.5.9
Tomasz Ostrowski