2015-01-27 07:01 AM
Hi,
I want to use webserver connection with stm32f407 and i found this and downloaded : 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.2015-01-27 08:18 AM
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?2015-01-27 08:47 AM
Thanks clive, i had rebuild it so i will try it on another keil that i know its licenced tomorrow :)