Question
HAL DMA Complete callback execution context?
Posted on December 03, 2015 at 15:48
Maybe I'm blind but I couldn't find this info anywhere.
When I get a HAL ''DMA Complete'' callback, is that code operating inside an ISR context or as normal user code? I inherited some firmware code and it's doing a huge pile of work in the callback and I need to know if this could cause the locking out of other interrupts and user code.All info appreciated!Ed Averill #stm32 #hal #callback