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 add a new interrupt handler for timer 3 to my program: void Timer3_ISR(void) interrupt 14 { } I compile for C8051F020, using C51 v7.50 and LX51 v3.65b After compilation, the linker display: linking... *** WARNING L30: MEMORY SPACE OVERLAP FROM: C:001073H TO: C:001075H *** WARNING L30: MEMORY SPACE OVERLAP FROM: C:001075H TO: C:00107AH Remarks: I don't use interrupt 14 twice.
I guess you use the eval and have some _at_ or assembler code. Erik