How to use 'HAL_SPI_TransmitReceive_DMA' & 'HAL_SPI_Transmit_DMA' for spi, but error in 'devID'
i'm using 'HAL_SPI_TransmitReceive_DMA' , but error in 'devid'
'HAL_SPI_TransmitReceive_DMA' -> The path to use this function is






If I use the commented 'HAL_SPI_TransmitReceive' function, the 'devID' value is 0xdeca0310 (normal value)
If you use the 'HAL_SPI_TransmitReceive_DMA' function, the 'devID' value comes out as 0x0(error).
DMA settings are as follows.

I must solve this problem/
Let me know if there is any information you need to solve the problem.
