• 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...
  • 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...
  • 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...
  • No Root Segment, no call tree..
    I'm using an assembler startup file like the one given in the C manual. When I compile and link the project I get a Warning 10, No Root segment. Apart from this, the linker doesn't make an overlay...
  • Warning L13: recursive call to segment
    Hello, I have the following piece of code: /*-------------------------------------------------------------------------*/ extern byte i2c_swi2c_Write( byte address, byte *msgw, byte len ) /*---...