SRAM Management
This post is a journey into the depths of SRAM, Heap and Stack. How are variables stored there? What should be considered when using strings? Here you will find the answers.
Read MoreThis post is a journey into the depths of SRAM, Heap and Stack. How are variables stored there? What should be considered when using strings? Here you will find the answers.
Read MoreCompared to I2C-based EEPROMs, writing data to SPI EEPROMs is faster, especially for bulk uploads. I explain how this works and will introduce my library for the SPI based EEPROMs.
Read MoreI show how you can use I2C controlled EEPROM ICs with your microcontroller. This works very comfortably with a library, but it can also be done without it.
Read MoreAVR microcontrollers have an EEPROM in which you can store data permanently. I show you how to write to and read from it.
Read More