hello my name is Prashant. i stored my original c file. and was generating hex file to load in Nuvoton W79E2051AKG. but once my Laptop formated. i install keil again. and now generating Hex file with same programe file. but now hex file show error of exceed 2KB. please please help me out for this issue. and provide soultion wether any setting changed in keil that create such issue. please help me out.
Prashantsoni727 said:i install keil again
Did you install the exact same version of Keil ?
Prashantsoni727 said:i stored my original c file
The .c file does not contain any Project settings - did you also save the uVision Project files?
Prashantsoni727 said:error of exceed 2KB
So you now have the free Evaluation version - did you have a licensed version previously?
Hello,
i had installed latest version first. but then i have installed old version. but issue remain same.
i am not aware about uvision project files. but i am able to create hex file without any error. but hex file exceed 2 kb error occur.
I dont have licensed version then and now. do you think this might be issue of non licensed version ?
will it work if i use licensed version?
please help me out
Regards,
Prashant Soni
https://www2.keil.com/limits
I appears as if at least the current version has a 2K size limitation.
A valid license would very likely fix this issue.
Prashantsoni727 said: i am able to create hex file without any error. but hex file exceed 2 kb error occur.
That doesn't make sense - if you get the "2K error", then you won't get a Hex file; if you do get a hex file, then you can't have had the "2K error"
Robert McNamara said:I appears as if at least the current version has a 2K size limitation
Yes, the free Keil C51 has always had the 2K size limit for decades now.
It also applies an address offset - so you can't use it to program 2K (or smaller) parts.
Robert McNamara said:A valid license would very likely fix this issue
Indeed.