Posted on October 19, 2015 at 10:53
Hello all,
I work with a STM32F427 and the HAL libraries, and i want tu use the SPI with DMA.
Configuration : The chip is in slave mode and receive datas from an ADC converter. The Clock and NS...
Posted on October 19, 2015 at 18:16
So many thanks clive1, you are right.
After looking at the declaration of the variable used in the ''HAL_DMA_IRQHandler()''
I saw that this variable has a local range. I was so focused on the worki...