Go to advanced search

by kryogenic
Sun Jul 29, 2012 6:23 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: Need help using a SPI EEPROM
Replies: 11
Views: 11108

Re: Need help using a SPI EEPROM

Hi Timmo, you've got one detail in the AT25512 wrong...you're waiting in your psuedo code after issuing WRITE, without disabling chip select. The AT25512 writes data only after de-asserting the CS, after the issuing a WRITE.

Go to advanced search