How to Disable all Interrupts before jumping to Application.
Posted on November 12, 2015 at 19:13 Hi All, I am working on boot loader for STM32 and using DMA interrupts on USART1 for receiving and Transmitting Data. The same USART is used in Application as well with the same settings. I wa...