Tableau de clic Flash 8
Tableau de clic Flash 8
Key Features
- Flash NAND 2 Go, SPI standard/double/quadruple, fréquence d'horloge haute vitesse, fonctions de protection, fiabilité, performances d'accès améliorées, faible consommation d'énergie, etc.
- Basé sur la solution de mémoire Flash série GD5F2GQ5UEYIGR de GigaDevice Semiconductor
- Peut être utilisé pour le stockage et le transfert de données dans les appareils grand public et les applications industrielles
- mikroBUS : interfaces SPI et QSPI
La carte Flash 8 Click Board™ est une carte complémentaire compacte représentant une solution de mémoire extrêmement fiable. Cette carte comprend le GD5F2GQ5UEYIGR , une solution de stockage de mémoire non volatile haute densité de 2 Go pour les systèmes embarqués de GigaDevice Semiconductor. Elle est basée sur un cœur de mémoire Flash NAND standard de l'industrie, représentant une alternative intéressante au SPI-NOR et au Flash NAND parallèle standard avec des fonctionnalités avancées. Le GD5F2GQ5UEYIGR dispose également de fonctionnalités de sécurité avancées (région OTP de 8 Ko), d'une protection en écriture logicielle/matérielle, peut supporter de nombreux cycles d'écriture (minimum 100 000) et dispose d'une période de conservation des données supérieure à dix ans. Cette carte Click™ convient au stockage et au transfert de données dans les appareils grand public et les applications industrielles.
La carte Flash 8 Click Board™ est supportée par une bibliothèque compatible mikroSDK, qui comprend des fonctions qui simplifient le développement logiciel. Cette carte Click Board™ est un produit entièrement testé, prêt à être utilisé sur un système équipé du socket mikroBUS™.
How Does The Flash 8 Click Board™ Work?
The Flash 8 Click Board™ is based on the GD5F2GQ5UEYIGR, a highly reliable serial Flash memory solution offering flexibility designed for use in a wide variety of consumer applications from GigaDevice Semiconductor. It comes with a density of 2Gb based on an industry-standard NAND Flash memory core, representing an attractive alternative to SPI-NOR and standard parallel NAND Flash with advanced features. Organized as 256Mx8, the GD5F2GQ5UEYIGR has advanced security features (8K-Byte OTP region). It specifies a minimum of 100.000 endurance cycles with data retention of 10 years, allowing it to handle unlimited reads/writes to the memory.
The Flash 8 Click Board™ communicates with MCU through an industry-standard SPI interface (Dual and QSPI compatible) that enables high clock speed, supporting the two most common SPI modes, SPI Mode 0 and 3, with a maximum frequency of 104MHz. It is programmed/read in page-based operations and erased in block-based operations. Data is transferred to/from the NAND Flash memory array, page by page, to a data register and a cache register which is closest to I/O control circuits, acting as a data buffer for the I/O data (enable page and random data READ/WRITE and copy back operations). In addition to the SPI communication, this Click board™ also has two additional pins used for Write Protection and HOLD function routed to the RST and PWM pins of the mikroBUS™ socket.
The configurable Write Protection, marked as WP and routed on the RST pin of the mikroBUS™ socket, prevents the block lock bits from being overwritten and must be held low to inhibit all the write operations to registers. When this pin is low, also by setting the appropriate bits, all memory and register write are prohibited, and the address counter is not incremented. On the other hand, the HOLD pin labelled as HLD and routed to the PWM pin of the mikroBUS™ socket stops any serial communications with the device. Still, it doesn't stop the operation of reading programming or erasing in progress.
The Flash 8 Click Board™ can be operated only with a 3.3V logic voltage level. The board must perform appropriate logic voltage level conversion before using MCUs with different logic levels. What should be paid special attention to is the fact that if power shortage or power failure happens before Write/Erase operation is complete, it will cause loss or damage to data. However, the Click board™ comes equipped with a library containing functions and an example code that can be used, as a reference, for further development.
SPECIFICATIONS
Type | FLASH |
Applications | Can be used for storage and data transfer in consumer devices and industrial applications |
On-board modules | GD5F2GQ5UEYIGR - serial Flash memory solution from GigaDevice Semiconductor |
Key Features | 2Gb NAND flash, Standard/Dual/Quad SPI, high speed clock frequency, protection features, reliability, enhanced access performance, low power consumption, and more |
Interface | QSPI,SPI |
Compatibility | mikroBUS |
Click board size | S (28.6 x 25.4 mm) |
Input Voltage | 3.3V |
PINOUT DIAGRAM
This table shows how the Flash 8 Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | HLD | QSPI IO3 / SPI Suspension | |
QSPI IO2 / Write Protection | WP | 2 | RST | INT | 15 | NC | |
SPI Chip Select | CS | 3 | CS | RX | 14 | NC | |
SPI Clock | SCK | 4 | SCK | TX | 13 | NC | |
SPI Data OUT | SDO | 5 | MISO | SCL | 12 | NC | |
SPI Data IN | SDI | 6 | MOSI | SDA | 11 | NC | |
Power Supply | 3.3V | 7 | 3.3V | 5V | 10 | NC | |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | - | Power LED Indicator |
FLASH 8 CLICK ELECTRICAL SPECIFICATIONS
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | - | 3.3 | - | V |
Memory Size | - | - | 2 | Gb |
Write Endurance | 100k | - | - | Cycles |
Data Retention | 10 | - | - | Years |
Operating Temperature Range | -40 | +25 | +85 | °C |
Software Support
We provide a library for the Flash 8 Click Board™ and a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the MikroE Github account.
Library Description
This library contains API for the Flash 8 Click Board™ driver.
Key functions
-
flash8_write_memory
Flash 8 write memory function. -
flash8_read_memory
Flash 8 read memory function. -
flash8_read_id
Flash 8 read ID function.
Example Description
This library contains API for the Flash 8 Click Board™ driver. The library uses SPI serial interface. The library also includes a function for write and read memory and write protection control functions.
void application_task ( void ) {
flash8_read_memory( &flash8, 123, 456, &rx_data[ 0 ], 9, &feature_status_out );
log_printf( &logger, " Read data : %s", rx_data );
log_printf( &logger, "--------------------------rn" );
Delay_ms( 2000 );
}
The complete application code, and ready-to-use projects can be installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Flash8
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, 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.
MIKROSDK
The Flash 8 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.
Software Support
We provide a library for the Flash 8 Click Board™ and a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the MikroE Github account.
Library Description
This library contains API for the Flash 8 Click Board™ driver.
Key functions
-
flash8_write_memory
Flash 8 write memory function. -
flash8_read_memory
Flash 8 read memory function. -
flash8_read_id
Flash 8 read ID function.
Example Description
This library contains API for the Flash 8 Click Board™ driver. The library uses SPI serial interface. The library also includes a function for write and read memory and write protection control functions.
void application_task ( void ) {
flash8_read_memory( &flash8, 123, 456, &rx_data[ 0 ], 9, &feature_status_out );
log_printf( &logger, " Read data : %s", rx_data );
log_printf( &logger, "--------------------------rn" );
Delay_ms( 2000 );
}
The complete application code, and ready-to-use projects can be installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the MikroE Github account.
Other MikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Flash8
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, 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.
MIKROSDK
The Flash 8 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.
Tableau de clic Flash 8
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.