User Tools

Site Tools


atmega_328p_memory_map

Atmega328p Memory map

Atmega328p Memory map

Data memory

data memory

the ATmega328P features three memory spaces.

  1. 1. Data Memory
  2. 2. Program Memory space.
  3. 3. EEPROM Memory for data storage.

AVR microcontrollers are built using a modified Harvard Architecture.

Two address buses, one for Flash Program Memory space and one for Static Random Access Memory (SRAM)

Two data buses, one can access all data and the other In/Out data bus with limited access to a small section of memory.

https://cookierobotics.com/043/

https://www.arnabkumardas.com/arduino-tutorial/avr-memory-architecture/

https://scienceprog.com/avr-microcontroller-memory-map/

atmega_328p_memory_map.txt · Last modified: 2021/10/22 05:23 (external edit)