Skip to content

en:Memories

Álvaro Torralba edited this page Nov 24, 2018 · 2 revisions


The MVP-909 microcontroller has two types of memory: RAM and EEPROM. Both memories have 256 bytes of capacity, but they perform different tasks.

RAM

It is the Random Access Memory and in it the entire program is loaded before being executed.

Video memory

    Main article: Video memory

It is a part of the RAM memory, more specifically the last 25 bytes, which fulfills the function of storing hexadecimal data values in ASCII.

EEPROM

It is the Electrically Erasable Programmable Read Only Memory and is used to store the program, which will be executed every time the processor is restarted, in it.

See also

  1. Video memory
  2. MVP-909

Clone this wiki locally