• L15 WARNING : MULTIPLE CALL TO SEGMENT
    SMS interrupt 0{ berita(0x0000,0x3fff); } show interrupt 1{ berita(0x4000,0x7fff); } Interrupt 0 and interrupt 1 call the same sub routine but for different purpose. When compiled, the C51...
  • L15 WARNING : MULTIPLE CALL TO SEGMENT
    SMS interrupt 0{ berita(0x0000,0x3fff); } show interrupt 1{ berita(0x4000,0x7fff); } Interrupt 0 and interrupt 1 call the same sub routine but for different purpose. When compiled, the C51...
  • L15 Multiple call to segment prob
    Can anyone help me, I get two L15 warnings when I compile my program. They both say that PRINTF is the segment being called from two places. PRINTF is not called in any shape or form. Not even through...
  • L15 Multiple call to segment prob
    Can anyone help me, I get two L15 warnings when I compile my program. They both say that PRINTF is the segment being called from two places. PRINTF is not called in any shape or form. Not even through...
  • Handling multiple L15 warning in single Overlay
    Hi, I have multiple L15 link warning (MULTIPLE CALL TO SEGMENT). Referred to: http://www.keil.com/support/docs/805.htm and fixed one. But how do i fix the rest. When I use the OVERLAY...