2024-07-11 04:35 AM - last edited on 2024-07-11 07:28 AM by Andrew Neil
Hello team,
I’m working with an STM32H745iik6/ Nucleo-H745ziq microcontroller and currently using USB DFU mode to upload firmware. The process involves setting BOOT0 to 1 and performing a manual reset to enter DFU mode. After uploading the new firmware, I manually set BOOT0 back to 0 and reset the board again to run the user application.
otherwise any ST software like stm32cubepgm to select DFU mode or user_apllication mode?
I want to automate this process entirely through software without the need for physical interaction. Specifically, I’m looking for a way to:
Solved! Go to Solution.
2024-07-11 07:15 AM
Jumping to the bootloader from the application can be done, see this page for reference.
How to jump to system bootloader from application ... - STMicroelectronics Community
To get back to the application, you can use the GO instruction, or reset the chip (remotely) using STM32CubeProgrammer.
2024-07-11 07:15 AM
Jumping to the bootloader from the application can be done, see this page for reference.
How to jump to system bootloader from application ... - STMicroelectronics Community
To get back to the application, you can use the GO instruction, or reset the chip (remotely) using STM32CubeProgrammer.
2024-07-15 10:19 PM
Thanks @TDKfor support. please can you help how to reset using stm32cubepgm after upload code?
2024-07-16 05:12 AM
Disconnect, then connect, then disconnect again.
2024-07-18 09:27 PM
@TDK I trying as you suggest Disconnect, then connect but not work. we need to Power OFF and ON or reset manually. This is work in case of STLINK connected. but i want to with DFU.