Category: Flash memories storages

Flash memory is an electronic non-volatile computer memory storage medium that can be electrically erased and reprogrammed. The two main types of flash memory, NOR flash and NAND flash, are named for the NOR and NAND logic gates. NAND flash and NOR flash use the same cell design, consisting of floating gate MOSFETs. They differ at the circuit level: in NAND flash, the relationship between the bit line and the word lines resembles a NAND gate; in NOR flash, it resembles a NOR gate; this depends on whether the state of the bit line or word lines is pulled high or low.

RasPad 3: transform your Raspberry Pi into a versatile tablet with multi OS boot 0

RasPad 3: transform your Raspberry Pi into a versatile tablet with multi-OS boot

The article provides an overview of the SunFounder RasPad 3, a device that converts a Raspberry Pi into a versatile tablet. It covers the assembly process, including integrating a Raspberry Pi 4 and an M2. SSD. The guide concludes with instructions for setting up a multi-boot system using PINN, allowing users to alternate between various operating systems for different applications.

Raspberry Pi Pico and rp2040 boards: integrated LittleFS filesystem 4

Raspberry Pi Pico and rp2040 boards: integrated LittleFS filesystem – 2

We continue to explore the rp2040 devices, very interesting microcontrollers. All prototype boards come with integrated SPI Flash. Raspberry Pi selected the LittleFS filesystem to manage this storage, a good compromise between functionality and performance.