LED toggle example 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 use below changes in .ld file as below and that also works fine when we dump code form STMCubeIDE.MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 32K FLAS...