We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Latest Keil compiler Version C9.51 for C8051F320 causes FATAL ERROR ---L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED
Older compiler did not generate any error.
It's enough that the compiler has changed a single code generation and/or optimization rule for it to produce a different binary output. And that can be enough to make the output file a byte larger and so pass the allowed license limit.
And the meaning of the compiler options and defaults might also have changed.
did you have a license previously? The message means that you are in "evaluation mode" enter your license again
Thanks for your response. I downloaded the free software from web did not know it require license.
Does is it mean I have to purchase full version?
You either needs a license, or you need to shrink the size of your program until the produced code gets within the supported size when running in evaluation mode.
AH, using f320.
Download the simplicity Studio from the SILabs website it includes a full Keil restricted to SILabs chips
That is exactly what I did. So the Simplicity Studio has restricted Keil compiler use for SI Chips?
yes, otherwise no Atmel user would buy Keil
:)YOu have a point there..Thank you!