Hi,
I got following warning messages when I added a new interrupt function(External interrupt 1 for 8051).
Warning L30:Memory space overlap From C:000013H To: C:000016H Warning L30:Memory space overlap From C:000013H To: C:000016H BANK: 1
Why I got these two warning? Can any one helps? What does the BANK 1 mean? Does it mean the overlap happens in BANK1 code sapce 13H to 16H?
Thanks
looks like you have two interrupt routines with the same vector in your application.
View all questions in Keil forum