Předmět PV172 Architektura číslicových počítačů

Cvičení - Using C for EEPROM programming

Chyba: Odkazovaný objekt neexistuje nebo nemáte právo jej číst.
https://is.muni.cz/el/1433/jaro2008/PV172/um/5107977/5476566/pic8_C_eeprom.pdf

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
010110
000100
000000
000100
010110

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.

Using Stimulus in MPLAB

Debugger / Stimulus / New Workbook