Question
DMA enabled ADC with FreeRTOS
Posted on August 19, 2014 at 05:39
With the DMA continuous requests, the program will just loop in DMA1_Channel1_IRQHandler and the FreeRTOS thread will never run. Does anyone have any idea how to resolve this? I have already tried setting the NVIC configuration to level 3 for the DMA 1 Channel 1 global interrupt... Thanks! #stm32l0-adc-dma
I enabled ADC with DMA as such:
With the DMA continuous requests, the program will just loop in DMA1_Channel1_IRQHandler and the FreeRTOS thread will never run. Does anyone have any idea how to resolve this? I have already tried setting the NVIC configuration to level 3 for the DMA 1 Channel 1 global interrupt... Thanks! #stm32l0-adc-dma