2022-03-23 10:37 PM - last edited on 2024-11-19 02:51 AM by Andrew Neil
Hello,
i am trying to interface MAX1300 ADC with STM32F0 DISCOVERY through SPI but not able to receive complete 16bit converted data.
8-bit of data is not getting received through spi. suggest some solution to resolve this issue
2022-03-24 06:10 AM
Hard to offer much advice with such limited information. You can edit your post to add additional information.
HAL_SPI_TransmitReceive with 2 bytes of data should work, there are SPI examples in the Cube repository that you can follow.