• 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...
  • 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...
  • Multiple call to segment warning
    I am seeing this warning when I try to compile my code Warning L15: multiple call to segment segment: ?pr?_nvmwrit?nvmem_cc caller1: ?pr?spicommisr?spi_com_cc caller2: ?c_c51startup I looked...
  • MULTIPLE CALL TO SEGMENT
    Hi All, I've a warning message : MULTIPLE CALL TO SEGMENT L15 The problem comes from 2 different ISRs that call the same function. What I dont understand is that both callers are ISRs and therfore...
  • eorror of multiple call to segment
    Hi, The compile error is: WARNING L15: MULTIPLE CALL TO SEGMENT SEGMENT: ?PR?_STRTONUM?PARSE CALLER1: ?PR?TC0?PERIPHERAL CALLER2: ?C_C51STARTUP The callers TC0 is an ISR using reg bank 2 and...