Reading Data from SPI based EEPROM ?

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
nikhiledutech
Posts: 118
Joined: Wed Dec 27, 2017 8:52 am

Reading Data from SPI based EEPROM ?

Post by nikhiledutech » Tue May 15, 2018 11:14 am

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 ?

Post Reply