Hello. I am trying to read ReRAM( FUJITSU: MB85AS4MT) by using HAL_SPI_Receive().But the LSB is recognized as 0 even the reply from ReRAM is returning 1 to LSB. (ex: '11111111' is recognized as '11111110', or '01010101''' is recognised '01010100...
Hello JW. Thank you for your reply. The OSPEEDR set for SPI_SCK pin was "Low" as attached image.After changing it to "Very High", it works properly. Thank you very much.