2020-06-10 10:47 PM
I can program my STM32F746G-DISCO with CubeWorkspace without problem but if I use ST-LINK the same .bin file give this error
07:37:27 : Device ID:0x449
07:37:27 : Device flash Size : 1MBytes
07:37:27 : Device family :STM32F74x/F75x
07:37:38 : File size is bigger than the flash memory size.
07:37:39 : Read Size is too big. Only the first 256 MBytes of data will be displayed.
Why ?
Solved! Go to Solution.
2020-06-11 12:39 AM
Don't use a .BIN file with sparsely populated memory areas. Use the .HEX or .ELF forms.
2020-06-11 12:39 AM
Don't use a .BIN file with sparsely populated memory areas. Use the .HEX or .ELF forms.
2020-06-11 12:54 AM
How I can generate the .HEX or .ELF with CubeWorkspace ?
2020-06-11 01:00 AM
Found in another post, thank you now ST-LINK can flash!