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.
i have a project with mcs51.My program is big i use 89v51rd2 and keilc version8.02(it has crack).but the software (keilc) have a problem when i compiler: " *** FATAL ERROR L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED MODULE: tien.obj (-----) LIMIT: 0800H BYTES Target not created " so can you help me check the proplem.Or show me the way to complete my project thanks
i understood.And i will registor to use version full.I used keilc v8.02 of a friend so it can not work. thanks!!!! by the way can i require you .i also have a project with pwm my progam follow:
"  MOTOR1 DATA CCAP0H ; P1.3 MOTOR2 DATA CCAP1H ; P1.4 ;-------- START BIT_START BIT P2.0
;-------- the value to load when pwm PWM_COUNT BIT 50H ; 0 -255 ;=============== ==== MAIN ==================== ORG 0000H MAIN .... ... end. " i have many error:"data_address expected" the error at :1>MOTOR1 DATA CCAP0H 2>MOTOR1 DATA CCAP1H
so what the header i have to declare thanhs
www.danlhenry.com/.../keil_code.png
Go to http://www.keil.com/dd and find your chip in the list; its page will tell you the header name. Or you can just write the definitions yourself from the information in the Datasheet