Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Interfacing PSoC1 to an SPI EEPROM

lock attach
Attachments are accessible only for community members.

Interfacing PSoC1 to an SPI EEPROM

Anonymous
Not applicable
Question: How do I interface PSoC1 to an external SPI EEPROM?

 

Answer:

 

The attached project demonstrates how PSoC 1 may be interfaced to an external SPI EEPROM, an ATMEL AT25080A device. 

In the project, the PSoC communicates with the external SPI EEPROM using the SPIM (SPI Master) user module.  An array of 32 bytes is written to the EEPROM starting from location 0 to 31 and the same array is read back from the EEPROM.  The first 8 bytes read back are displayed on the LCD.

The attached document provides complete information on the User Modules, their placement, User Module parameter settings, Global Resources settings and the hardware connections. It also provides a detailed description on the working of the project.

Attachments
0 Likes
593 Views
Contributors