Question
STM32H750 Reboot
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.