2016-05-10 05:35 AM
Hello, I need comunicate with EEPROM, 24, 93 and 95 series EEPROM.
My micro is STM32F103, there is no I2C, SPI pin free to use. I will emulate these protocol I2C, SPI and Microwire on GPIO pins, always with the same pins, which will have to emulate the protocols.You know libraries or examples that make these?
Thank you so much!2016-05-10 06:55 AM
Hello,
You can find this firmware package () which contains the source code of the SPI emulator with all the drivers needed to run the example.This can can help you in SPI configuration and get inspiration to achieve your goal within STM32F1.You can refer to this which describes how to implement SPI emulator.Regards