5. Present your software designs in C code that can read a block of 100 (0X64) data stored in
25LC256 EEPROM addresses: 0X11A0 to 0X1204 and copy/write them to addresses:
0X7F80 to 0X7FE4. (40 Points) (Assuming there is no protection on the 25LC256, use the
same hardware as stated in HW#3. Use given SPICom function for SPI communication)
6. If there are 90 (0X5A) bytes (starts from PIC DM at address 0X1A0 - 0X1F9) need to be
stored/written into an external serial EEPROM (25LC256) in sequence at starting address
of 0X36B0, write the PIC C code with SPICom (as given in class) that can perform the
transformation? (40 Points) (Assuming there is no protection on the 25LC256, use the same
hardware as stated in HW#3.)