User Activity

I am trying to read IMU sensor data using SPI. I have generated the code and I could verify that I am able to read SPI data while using the function HAL_SPI_TransmitReceive. Later, when I tried using the HAL_SPI_TransmitReceive_DMA function with the ...