Associate
May 20, 2021
Solved
HAL_SPI_Receive with LSB LSB is always read as '0'
- May 20, 2021
- 1 reply
- 1533 views
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' )
As far as I see the signals by the Oscilloscope, ReRAM returns the proper signal. I guess it is an STM32 board side problem. Could someone solve the issue?
System details
STM32F429 Discovery1
ReRAM : MB85AS4MT(ReRAM)
The picturs shows ReRAM read operation part, singal when ReRAM reply '11111111' but STM32 recognize it as '11111110' and my implementation.
Thank youvery much for your help.
