Resolved! EEPROM SPI Reading issue
Hello, I am trying to write and read from stm32f105 to an eeprom 93AA46A, using Full-Duplex Master. To write into the eeprom, I am using following code:void EEPROM_WriteEnable(void) { uint8_t cmd = EEPROM_CMD_WRITE_ENABLE; //0x98 EEPROM_CS_H...