USART interrupts do not function after bootloader jump
I am creating a program that jumps from the bootloader to the application program using the STM32F410.The bootloader uses 0x08000000 to 0x08003FFF.The application uses 0x08004000 to 0x08007FFF.The bootloader program jumps to the application program s...