flashmemory
There are 8 repositories under flashmemory topic.
nimaltd/ee
EEPROM emulation for stm32.
bbogush/nand_programmer
NANDO - NAND Open programmer
FlashSQL/FaCE-temp
Temporary repository for MySQL with FaCE
paoloteti/f021-flash-api
Rust binding to Hercules ARM Safety MCUs - F021 Flash API
DevMajed/Embedded-Assembly
Embedded design using Assembly language for AVR. These were part of a sophomore course that I took during my undergrad study.
rahul-97-barman/SPI_CommPIC
Developed an interface with an ADC (e.g., MCP3008) and a flash memory (e.g., AT45DB041E) via SPI. The project includes managing simultaneous communication with both devices, handling data transfer, and implementing advanced error detection.
sushant-XD/AT25F4096-FLASH-MEMORY
Code for AT25F4096 Flash Memory. This FM model is also available in Proteus.
MwarandusLab/STM32_LCD_Optimized_Code
This code saves you 20% of flash memory when working with stm32 which has like 64kb with lcd having I2C adapter. When you use the normal LiquidCrystal_I2C Library consumes 30% of flash memory while this one uses only 10% of the flash memory.