cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 ST-Link Utility with stm3240g-eval

dsanchez2
Associate
Posted on December 06, 2011 at 15:47

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-v2
2 REPLIES 2
marouanbm
Associate II
Posted on December 06, 2011 at 16:30

Hi Sanchez,

The STM32F4xx devices has only 1MB of flash memory.

Why your binary file is bigger than 1MB ?

Regards.

dsanchez2
Associate
Posted on December 06, 2011 at 18:14

Yes it was because the .hex file was corrupted, so now it is working. 

Thanks