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

cross mob

Interfacing External EEPROM to the PSoC 1

Interfacing External EEPROM to the PSoC 1

Anonymous
Not applicable
Question: How to interface external EEPROM to the PSoC1 ?

 

Answer:

The interface depends on type of interface available in EEPROM.

  •   To interface with a parallel EEPROM, the GPIO ports of the PSoC may be configured as StdCPU and can be used as address bus, data bus and the control lines. These lines can be controlled in firmware to generate the necessary address, data and control signals.
  •   While, serial EEPROM memories that use I2C or SPI also may be interfaced with PSoC by using the digital communication User Modules of PSoC. For example, the 24C series of serial EEPROMs may be controlled using I2CHW Master resource.
0 Likes
307 Views
Contributors