User Activity

I have a HAL_SPI_TransmitReceive_DMA() transaction that I am performing. The data can be seen on the line to properly get clocked out over SPI. The problem is that in the receive interrupt, we kick off the next transaction (a DMA SPI write). This wri...
Posted on May 31, 2017 at 19:33I am using an stm32f030x8. I am using the HAL. Normal operation I can use I2C reads/writes with no problems; however, I can occasionally have errors in the receive data when more activity is taking place on the MCU. I ...