limitations on [Keils C51 IDE] EVALuation version?

Status
Not open for further replies.

Munib

Advanced Member level 4
Joined
Jun 11, 2004
Messages
114
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
1,129
as i know the limitation of [Keils C51 IDE] EVALuation version is that it will not compile program > 2k size
I want to know that whether this limitation is on compiled file size(*.hex) or on the program file size (*.c)? which file size should not be greater than 2K?

And regarding the file size is it the size shown by computer for that or there is any other calculation of it?
 


As far as I know the produced compiled code size is limited to 2K this would be equivalent to 2K .bin size.

best regards
 

Salam,

keil C51 IDE Limitions


So, the 2kb limit on the generated hex code, not in the c files (write what you want)
Note also, the programs start at offset 0x0800, so you can't use AT89C10(20)51 devices or any device with on-chip memory less that 2kb


Bye
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…