I am currently using SiLabs IDE which requires the Keil toolchain but having trouble when building my project in the SiLabs IDE. I get the error of :
****************************************************************************** * RESTRICTED VERSION WITH 1000H BYTE CODE SIZE LIMIT; USED: 0356H BYTE (20%) * ******************************************************************************
I am new to coding and could use some help, Thanks.
You are using an unlicensed copy of the Keil tool-set. The demo version you are using has limitations that are documented here.
http://www.keil.com/demo/limits.asp
Purchasing a license will allow you to use the tool without limitations.
I have Keil licensed through the toolchain S/N provided by Silicon Labs. Why would that be an issue if I have only used 0356h of the memory when the limit is 1000h?
.
Is the problem that you are unable to build or that the tools are restricted?
It looks like the message is just informing you that you are working with a restricted version and that you are at 20% of the limit. There is no indication that the build was unsuccessful.
Is the license installed properly?
Sorry I can't give you definitive help, I'm not familiar with SiLabs IDE, I use the Keil IDE.
As the others have said, that's not an error - that's just information.
Were you also getting some other error(s)?