STM32F746IGT Boot configuration issue?
Hello you guys.
I’m having trouble operating the STM32F746 board.
I designed an embedded board using the STM32F746 and attempted to control LEDs through CubeIDE. While compilation and program uploading were successful, the LEDs do not function at all.
I’m unsure that the issue is related to the boot setting or another cause.
Could you please advise me how to configure the boot options?
The details are as follows:
1. The BOOT0 pin is pulled down.

2. Setting of Boot option byte (using ST-Link Utility)


3. Memory definition in FLASH.Id

----
And then I configured the GPIO in CubeMX as OUTPUT and attempted periodic GPIO toggling code, but LEDs does't work at all.
Since I have previously worked on a project using CubeMX an CubeIDE, the control code is likely not the issue.
Could there be a problem related to the boot configuration, or might there be another reason?
