Evaluation of Domestic Development Board: Qinheng CH32V103 Reading Memory Card Font Display

Evaluation of Domestic Development Board: Qinheng CH32V103 Reading Memory Card Font Display

Thanks again to Qinheng for sending this CH32V103 development board, which integrates a simulation downloader, USB to serial converter, and is compatible with Arduino interfaces, making it very convenient to use.The FAT file system has evolved over the years (FAT, FAT12, FAT16, FAT32, exFAT) and is now widely used in small capacity storage media such … Read more

Microcontroller LCD Touch Screen Driver Technology

Microcontroller LCD Touch Screen Driver Technology

FATFS is a small file system designed specifically for embedded systems, featuring the following characteristics: 1. Cross-platform: Can be used on various microcontrollers 2. Small code size: The core code is about 13KB 3. Supports multiple storage media: SD cards, NAND Flash, etc. 4. Supports long file names 5. Supports multiple partitions In simple terms, … Read more

Comparison and Differences Between FatFS and LittleFS

Comparison and Differences Between FatFS and LittleFS

Follow,Star Public Account Number, don’t miss wonderful content Source: Internet Editor: strongerHuang For many IoT devices, having a small and flexible file system is crucial. There are not many file systems that run on MCUs, and most people should know about the FatFS file system. Today, I will talk about the content of FatFS and … Read more