Arduino Tutorials:Various Types of Memories in Arduino

Published by sandesh on

Types of memory present on Arduino uno:

There are three types of memories present on arduino uno. They are:

  1. Flash memory: Where the actual arduino code is stored
  2. Static Random Access Memory (SRAM): Where variables are created and manipulated according to the code when code is executed.
  3. 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 […]

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.