Solved
Hello
Without knowing for sure your issue sounds identical to this: https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/blank-white-screen-coming-in-stm32h750b-board/m-p/879552#M46045
To fix the issue, add the KEEP keyword before the placement of bootloader.o:
.bootloader :
{
. = ALIGN(4);
KEEP (ExtMem_Boot/bootloader.o(*))
} >BOOTLOADERThe issue is fixed in the newest version of the TBS (v3.0.24).
Best regards,
Johan
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

