cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H750 Reboot

hbZhao
Associate III

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.

1 REPLY 1

NVIC_SystemReset() or Watch Dog

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..