Copying Data into On-Board EEPROM/Watchdog & Sleep Mode/Temperature Sensor
________________________Updated
05/03/2011 _________________________________
ALL SECTIONS MUST BE DEMONSTRATED IN CLASS -
OTHERWISE NO GRADE WILL BE RECEIVED! YOU MUST BE BLE TO ANSWER ALL THE EQUESTIONS!
YOU MUST DO THESE PROJECTS INDIVIDUALLY. Make sure the MAIN part of the program is very
clear and simple. Use subroutines for each main task! Programs with no subroutines will not receive full credit! If you are not sure about a
design requirement, make sure you check with me or other students!
SAVING ON THE EXTERNAL EEPROM
- Run this C program (zipfile) and observe how you can write data into the on-board 256-byte EEPROM in the PIC18F46K20. Using ASCII values, write your name in the on-board EEPROM.
- Show a napshot of the EEPROM.
SAVING ON THE SD CARD
- Run
---------------------------