HASL:SPI_Receive not working
Hi I am working with HAL_SPI for writing and reading an Atmel eeprom..I have issue during the reading.Here there is the codeuint8_t EEPROM_ReadByte(uint8_t address, uint8_t* ret) { uint8_t buffer_rx[3] = {READ_EEPROM, address, address}; SS_Select...