Open bootloader example in STM32H573ID-K
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!!!
