Hello,I have developed a cusom bootloader for STM32H743; the bootloader gets an image file from serial port, writes it in FLASH at address 0x08020000 and then jump to it.The function I have implemented for jumping is the usual one:void runApplication...