2011-12-06 06:47 AM
I'm triyng to load a .hex or .bin in the STM32 ST-Link Utility, and the app shows me this error message ''File is too big (>1Mbyte)''. I'm using the board STM3240G-EVAL whit the st-ST-LINK/V2 built in. This board has a STM32F4xx processor.
#stm32-st-link-utility #st-link-v22011-12-06 07:30 AM
Hi Sanchez,
The STM32F4xx devices has only 1MB of flash memory.Why your binary file is bigger than 1MB ?Regards.2011-12-06 09:14 AM
Yes it was because the .hex file was corrupted, so now it is working.
Thanks