Question
Is it possible to use spi dma using STM32F107VCT6 (DW1000)?
I am trying to get the 'devID' by using the HAL_SPI_TransmitReceive_DMA function in CUBEIDE, but the proper 'devID' value is not coming out.
The correct devID value is 0xdeca0130. (Use 'HAL_SPI_TransmitReceive' function)
Please let me know if you have an example using that function.
kdy00416@wifive.co.kr