2024-03-03 10:04 PM
Hello Team,
I am trying to implement a bootloader for stm32f769 controller, My bootloader code resides in sector 0 and application code in sector 5. But I am not able to jump from bootloader code to application code. Any help will be highly useful.
Bootloader code - 0x08000000
Application code - 0x08040000
Below is my Bootloader code :
Thanks,
vamshi kumar
2024-03-04 02:36 AM - edited 2024-03-04 02:42 AM
Hello @vamshi_kumar,
Make sure that all peripherals used by your application are reset to the default state before jumping to the bootloader.
Also, I invite you to follow this FAQ: How to jump to system bootloader from application ... - STMicroelectronics Community
Hope that helps!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.