The samples are written for P89v664 controller, PCF8563[I2C - RTC] and 25AA020A[SPI- EEPROM]. The compiler is SDCC. The hardware details are given in the PDF. More information can be had from :

For RTC executable:
	* sdcc -c lcd.c
	* sdcc -c timer.c
	* sdcc test_rtc.c lcd.rel timer.rel
On success you would get a ".ihx" file. Program the controller with this "test_rtc.ihx" file.

For SPI executable:
	* sdcc -c lcd.c
	* sdcc -c timer.c
	* sdcc test_spi.c lcd.rel timer.rel
On success you would get a ".ihx" file. Program the controller with this "test_spi.ihx" file.

Happy coding!!
CSMG Sarma
