EmbDev.net

Forum: ARM programming with GCC/GNU tools AT91SAM7S256 data in EEPROM


von Marcin D. (marcind)


Rate this post
useful
not useful
Hi,

It is possible to save date, which user insert by USART, in EEPROM in 
order to it will be save even if microcontroller is off. If yes I will 
be graceful for a sample code in C which show how to do it.

Thanks in Advance.

von Martin T. (mthomas) (Moderator)


Rate this post
useful
not useful
Marcin Domaszewicz wrote:
> Hi,
>
> It is possible to save date, which user insert by USART, in EEPROM in
> order to it will be save even if microcontroller is off.

Yes,

> If yes I will
> be graceful for a sample code in C which show how to do it.

Since a AT91SAM7S does not offer an internal Eeproms there is no general 
"sample code in C" for this. Most external EEproms either offer an SPI 
or TWI interface. Look into the Atmel AT91 software-package for examples 
on using SPI and I2C/TWI. The EEprom's datasheet includes the commands 
and timing-diagrams.

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.