User Activity

I see that the PLL's can be set to much higher clock than 72MHz rating. What will be the impact of overclocking it to say 100MHz or 144MHz ? What kind of impact are we looking at? I need more clock cycles per second for processing but i also need a 5...
In DMA mode, the DMA block does copying. In normal mode the controller does the copying. So which block does copy in interrupt mode?
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...