cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32f407 httpserver project allowed code size problem

cnrabdullah
Associate II
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.
2 REPLIES 2
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 Venmo Up vote any posts that you find helpful, it shows what's working..
cnrabdullah
Associate II
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 🙂