Page 1 of 1

Reading Data from SPI based EEPROM ?

Posted: Tue May 15, 2018 11:14 am
by nikhiledutech
Hello,

I was looking to interface a SPI based EEPROM with my STM32F407 disc board. But in pyb or machine, there are no methods available, to send data on a specific memory address.

For example, In case of I2C we had i2c.mem_write() method to send data to particular memory address.

Is there any possible way similar to I2C methods for SPI, so we can easily write and read values from EEPROM ?