Question
How I do for receive data from a SPI EEPROM?
I'm using the STM32l053R8Tx, I configured the board NUCLEO-l053R8 by STM32CubeMX and I transmitted a data for an EEPROM with the function HAL_SPI_Transmit(...); and I'm trying receive the data with this function HAL_SPI_Receive(...); but I only receive " 0xFF 'ÿ' " as data. The memory that I use is that 25lc512, I send the instructions like the datasheet reported, but I can't receive another value, Can anybody help me?