Question
I curently work on bootloader for stm32 via uart link and manage to update the bootloader, if i use a character by character method via uart+interuption on TX side.But if I work with DMA to send characters the bootloader doesn't recognize command ?
..