2024-07-24 09:59 AM
Hello,
I am working on a STM32H750. Since the flash is limited, I implement a bootloader and an application. The application is programmed into an external flash. When I am developing the application with STM32CUBEIDE, I have to reboot the board manually after the application is downloaded.
May I know if there is any way to reboot the board automatically? or to start the application directly?
Thanks.
2024-07-24 07:12 PM
NVIC_SystemReset() or Watch Dog