LED toggle example code is not working, when flashing .bin from STM Cube programmer.
Hi team,I am using example code GPIO_IOToggle. which is working fine.1. Tried to change .ld file as below and that also works find when we dump code form STMCubeIDE.MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 32K FLASH (rx) :...