Digital Computer Architecture II

Lesson 6 - EEPROM Memory

Study materials 

Chyba: Odkazovaný objekt neexistuje nebo nemáte právo jej číst.
https://is.muni.cz/el/1433/jaro2009/PA176/um/7445607/pic_eeprom.pdf

Tasks

Task 1

At the begining of program, store to the EEPROM memory a set of following values for different LEDs states (active high - 1=>led on):
GP5/GP4/GP3/GP2/GP1/GP0
110111
100101
010010
110000
000111

Then use Timer1 for measuring cca 0,5sec and use its interrupt for changing state of diods -> load to GPIO first value from EEPROM, at next interrupt load second value from EEPROM etc. and at the end start from begining.