• Warning L15 and L16
    I am trying to compile a frequency hopping code . But when ever i try to compile it, i get an error when the project is linking. Errors i get are linking... *** WARNING L16: UNCALLED FUNCTION, IGNORED...
  • BL51 warning L15 and bit returning
    Hi to all. I have some functions that are called from different ISR and are NOT declared as reentrant. Both functions return BOOL which is typedef as follows: typedef unsigned char BOOL; (the...
  • 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...
  • 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...
  • How to solve this WARNING L15: MULTIPLE CALL TO SEGMENT
    hi all I got a warning message when I setting OPTIMIZE (8,SPEED) Please tell me how to solve this WARNING L15: MULTIPLE CALL TO SEGMENT SEGMENT: ?PR?_TASK_SCHEDULER?MPG450 CALLER1: ?PR?EXINT1_INT_ROUTINE...