Arduino Tutorials:Various Types of Memories in Arduino
Types of memory present on Arduino uno:
There are three types of memories present on arduino uno. They are:
- Flash memory: Where the actual arduino code is stored
- Static Random Access Memory (SRAM): Where variables are created and manipulated according to the code when code is executed.
- EEPROM: Where long-term information is stored.
Arduino Uno has 32KB Flash memory and 2KB SRAM.
Next Post:Functions and Libraries in Arduino IDE
Previous Post:Analog Pins
1 Comment
Arduino Tutorials:Analog Pins - projectsflix · January 3, 2021 at 5:09 pm
[…] Next Post:Various Types of Memories in Arduino […]