2023-11-25 12:03 PM
Hi! I want to run the Open bootloader example of H573ID-K board but the example is not working for me. I want to bootload a simple IO toggle example via UART. I changed the flash address to
FLASH (rx) : ORIGIN = 0x08008000, LENGTH = 2016K
and #define VECT_TAB_OFFSET 0x8000U as shown in the example videos.
And I load the image .bin file via CubeProgrammer after Uart is connected.
However, there is nothing happening.
When I change the UART to ST-LINK and repeat the process, IO LED is actually toggling. Is there anything I am missing to set up the Open Bootloader? I just use the open bootloader from the example selector for H5 board from CubeIDE.
Thanks for any help!!!
2023-11-25 12:47 PM
Hello @ZZY
I suggest you to take a look at this post and the AN3155 that could be helpful. Also, you need to check the Bootloader activation pattern 17 and HW used by this Bootloader configuration in table 108 of the AN2606.
Also and for the open bootloader project, i suggest you to read carefully the Readme file of the application to understand how to configure it.
Best Regards.
STTwo-32
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.
2023-11-25 01:01 PM