• 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...
  • 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 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...
  • Rtx51-tiny and Multiple call to segment warning
    When I build the following program,I get a warning. *** WARNING L15: MULTIPLE CALL TO SEGMENT SEGMENT: ?PR?FUNC?H CALLER1: ?PR?TASK1?H CALLER2: ?PR?TASK2?H The configuration of RTX51-Tiny...