Hotboards EEPROM

Microchip 25xx320, SPI bus, 32 kbits eeprom

Hello World

Import programHotboards_eeprom_write_byte

This sketch read a single byte into a variable, then, the variable is added by two, the result is written into memory. Finally, byte is readed again. the values are printed to serial port too.

Library

Import libraryHotboards_eeprom

Hotboards_eeprom.cpp - Driver to control serial (spi) eeprom memories, The memories are compatibles amount the manufactures Microchip, Atmel and ST, and of course you can control Hotboards eeprom boards (http://hotboards.org)

Datasheet

http://hotboards.org/images/store/eeprom/25aa320a.pdf

Notes

You can buy this component at: http://hotboards.mitiendanube.com/productos/eeprom/

And also check our tutorial at Hotboards blog (only in spanish) : http://hotboards.org/index.php/es/blog/30-spanish/blog/boards/143-eeprom-con-arm-mbed

More example programs

Import programHotboards_eeprom_write_array

This sketch write an array into a memory, then, read back the data and print them to a serial port.


You need to log in to post a discussion