??? 03/17/06 10:57 Read: times |
#112375 - the original problem Responding to: ???'s previous message |
after i added the changes to original code, again it is not working ( interrupt not generating ) original code starts at 0x1000. i tested it at 0x0000. it is working alright. my boot loader is at 0x0000 and application at 0x1000. the interrupts used by the application shall be made offset in the boot loader. otherwise it is not working. i added the following code in the startup.a51 file. #define OFFSET 0X1000 CSEG AT 0023h LJMP $+OFFSET now every thing is fine. thank you all. haribabu |