Skip to main content
cnrabdullah
Associate III
January 27, 2015
Question

Stm32f407 httpserver project allowed code size problem

  • January 27, 2015
  • 2 replies
  • 682 views
Posted on January 27, 2015 at 16:01

Hi,

I want to use webserver connection with stm32f407 and i found this and downloaded :

http://www.st.com/web/en/catalog/tools/PF257906

I'm using keil uvision 5 and trying to build the httpserver project but i'm getting this error :

.\STM324xG_EVAL\STM324xG_EVAL.axf: error: L6050U: The code size of this image (34892 bytes) exceeds the maximum allowed for this version of the linker.

First i tought its about the licence problem(that unlicenced keil doesnt let to build projects that exceeds 32kb). Then i tried to build this project on a licenced keil but i'm still getting this error. Do you know about why i'm getting this error?Thanks for helps.
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    January 27, 2015
    Posted on January 27, 2015 at 17:18

    Do you know about why i'm getting this error?

    Because components within the project were built with the EVAL version? Try ''rebuild all''

    Or it's still using the unlicensed compiler or linker?
    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    cnrabdullah
    Associate III
    January 27, 2015
    Posted on January 27, 2015 at 17:47

    Thanks clive, i had rebuild it so i will try it on another keil that i know its licenced tomorrow :)