Skip to main content
Visitor II
December 6, 2011
Question

STM32 ST-Link Utility with stm3240g-eval

  • December 6, 2011
  • 2 replies
  • 891 views
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
    This topic has been closed for replies.

    2 replies

    Visitor II
    December 6, 2011
    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.

    dsanchez2Author
    Visitor II
    December 6, 2011
    Posted on December 06, 2011 at 18:14

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

    Thanks