Issue with Bootloader on STM32H743 using Boot0 and inline application to invoke ST Bootloader code
I am porting code from STM32L4R5 (STM32L4R5VIT6) to STM32H743 (STM32H743VIT6). All the porting has gone well except for the last part being Bootloader. We use Boot0 pin Grounded and request to go to bootloader within the application. I should also me...