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.
:)YOu have a point there..Thank you!
yes, otherwise no Atmel user would buy Keil
That is exactly what I did. So the Simplicity Studio has restricted Keil compiler use for SI Chips?
AH, using f320.
Download the simplicity Studio from the SILabs website it includes a full Keil restricted to SILabs chips
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.
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?
did you have a license previously? The message means that you are in "evaluation mode" enter your license again
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.
View all questions in Keil forum