OFF
MIKROE-1200
32 g
Status:
EEPROM Click is a compact add-on board representing a nonvolatile memory solution. This board features the FT24C08A, 8192 bits of electrically erasable programmable memory with enhanced hardware write protection for the entire memory from Fremont Micro Devices. Internally organized as 1024 words of 8 bits (1 byte) each, the FT24C08A is fabricated with a proprietary advanced CMOS process for low power and low voltage applications and comes up with the compatible I2C serial interface. It lasts one million full-memory read/write/erase cycles with more than 100 years of data retention. This Click board™ enables a broad spectrum of consumer applications where dependable nonvolatile memory storage is essential.
EEPROM Click is supported by a mikroSDK compliant library, which includes functions that simplify software development. This Click board™ comes as a fully tested product, ready to be used on a system equipped with the mikroBUS™ socket.
This product is no longer in stock
Availability date:
EEPROM Click is based on the FT24C08A, 8Kb EEPROM with an I2C interface and Write Protection Mode from Fremont Micro Devices. The FT24C08A is organized as 1024 words of 8 bits (1 byte) each. The FT24C08A has 64 pages, respectively. Since each page has 16 bytes, random word addressing to FT24C08A will require 10 bits data word addresses, respectively. It benefits from a wide power supply range and 100 years of data retention combining high reliability, lasting one million full-memory read/write/erase cycles.
This Click board™ communicates with MCU using the standard I2C 2-Wire interface with clock frequency that supports a Fast-Plus (1MHz) mode of operation. The FT24C08A also has a 7-bit slave address with the first five MSBs fixed to 1010. The address pins A0, A1, and A2, are programmed by the user and determine the value of the last three LSBs of the slave address, which can be selected by positioning onboard SMD jumpers labeled as ADDR SEL to an appropriate position marked as 0 or 1.
Also, the configurable Write Protection function, labeled WP routed to the PWM pin of the mikroBUS™ socket, allows the user to protect the whole EEPROM array from programming, thus protecting it from Write instructions.
This Click board™ can operate with both 3.3V and 5V logic voltage levels selected via the VCC SEL jumper. This way, it is allowed for both 3.3V and 5V capable MCUs to use the communication lines properly. However, the Click board™ comes equipped with a library containing easy-to-use functions and an example code that can be used, as a reference, for further development.
Type
EEPROM
Applications
Can be used for consumer applications where dependable nonvolatile memory storage is essential
On-board modules
FT24C08A - 8Kb EEPROM from Fremont Micro Devices
Key Features
Low power consumption, 16 bytes page write mode, write protection, more than million read/write/erase cycles, more than 100 years of data retention, high reliability, I2C interface, and more.
Interface
I2C
Feature
No ClickID
Compatibility
mikroBUS™
Click board size
S (28.6 x 25.4 mm)
Input Voltage
3.3V or 5V
This table shows how the pinout on EEPROM Click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | - | Power LED Indicator |
JP1 | VCC SEL | Left | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
JP2-JP4 | ADDR SEL | Lower | I2C Address Selection 0/1: Upper position 1, Lower position 0 |
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | 3.3 | - | 5 | V |
Memory Size | - | - | 8 | Kb |
Endurance | 1.000.000 | - | - | Cycles |
Data Retention | 100 | - | - | Years |
We provide a library for the EEPROM Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Library Description
This library contains API for EEPROM Click driver.
Key functions
Page Write function.
Sequential Read function.
Write Protect function.
Example Description
This is a example which demonstrates the use of EEPROM Click board.
void application_task( void )
{
eeprom_i2c_data_t transfer_data[ EEPROM_NBYTES_PAGE ];
uint8_t cnt;
transfer_data[ EEPROM_BLOCK_ADDR_START ] = 1;
for (cnt = EEPROM_BLOCK_ADDR_START + 1; cnt < EEPROM_NBYTES_PAGE; cnt++)
{
transfer_data[ cnt ] = transfer_data[ cnt - 1 ] + 1;
}
eeprom_write_enable( &eeprom );
eeprom_write_page( &eeprom, EEPROM_BLOCK_ADDR_START, transfer_data );
eeprom_write_protect( &eeprom );
Delay_ms( 1000 );
memset( transfer_data, 0, sizeof(transfer_data) );
eeprom_read_sequential( &eeprom, EEPROM_BLOCK_ADDR_START, EEPROM_NBYTES_PAGE, transfer_data );
for (cnt = EEPROM_BLOCK_ADDR_START; cnt < EEPROM_NBYTES_PAGE; cnt++)
{
log_printf( &logger, " %d", transfer_data[ cnt ] );
Delay_ms( 300 );
}
log_printf( &logger, "rn" );
}
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Other Mikroe Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. UART terminal is available in all MikroElektronika compilers.
This Click board™ is supported with mikroSDK - MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
For more information about mikroSDK, visit the official page.
NOTE: Please be advised that any peripheral devices or accessories shown connected to the Click board™ are not included in the package. Check their availability in our shop or in the YMAN section below.