Solved
Is the HAL IRQ callback function running outside of irq context ? Is this a good place for some string processing ?
I am currently working with UART in DMA mode for CLI implimentation. I would like to do some string parsing as part of the HAL_UART_RxCpltCallback.
Is this callback running in IRQ context or outside of IRQ context ? Is this the correct place for post processing IRQ data ? What would you recommend ?
