Ambiguous data over MISO Line SPI Communication (Master mode).
Hi all,I am using STM32F334 for SPI communication with a TDC7201 chip from TI.I am using the Low-Level Drivers to initialize the driver and communicate. Here is my initialisation routine: __HAL_RCC_SPI1_CLK_ENABLE(); LL_SPI_InitTypeDef SPI1I...