Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/19/00 12:53
Read: times


 
#5164 - RE: Need example for SPI EE
You may only be attempting to write back to the EE device too soon. The have a cycle time around 5ms to 20ms in which the device is non-responsive as it goes through its internal state machine to write the information yo clocked into its shift register buffer, into its EEProm memory.

Your code should be able to detect this non-response mode by its failure to acknowledge, but its sometimes overlooked by people writing drivers.

If this is your problem, changing the code around wouldn't appear to change things.

Beyond that, we'd need more information aobut what other functions you have tied to the same signals going to the EEProm and whether any of those chips are being serviced by interrupts.

Also, be mindful of how you "park" your data and clock lines to the device.

aka J

List of 5 messages in thread
TopicAuthorDate
Need example for SPI EE            01/01/70 00:00      
RE: Need example for SPI EE            01/01/70 00:00      
RE: Need example for SPI EE            01/01/70 00:00      
RE: Need example for SPI EE            01/01/70 00:00      
RE: Need example for SPI EE            01/01/70 00:00      

Back to Subject List