Associate
August 4, 2021
Question
SPI - slave response is on MOSI
- August 4, 2021
- 6 replies
- 1960 views
Hi,
I am currently using the STM32L4 SPI generated from the CubeMX.
I am receiving the slave data on MOSI line (instead MISO) everytime the read function is called.
I selected the direction to 2 lines.
hspi2.Init.Direction = SPI_DIRECTION_2LINES
All 0x00 in the side of MISO. Is this a normal behavior?
Thanks for your reply