Hi there,Here are the two lines which I am using for SPI communication.while(HAL_SPI_GetState(&hspi3) != HAL_SPI_STATE_READY); HAL_SPI_TransmitReceive(&hspi3, (uint8_t *)& ADC_write, (uint8_t *)&ADC_read, 4, 100);The drier derived from CubeMX is not...