• Warning L13: even after using re entrant keyword with function
    Hi, I have a code where I have used array of a function pointer, which lies in the code area. I have used OVERLAY in the linker option. After compiling these code I got warnings for L13 for around...
  • Warning L13: even after using re entrant keyword with function
    Hi, I have a code where I have used array of a function pointer, which lies in the code area. I have used OVERLAY in the linker option. After compiling these code I got warnings for L13 for around...
  • L13 Warnings don't make sense
    I decided to start a new thread since this problem is different than the original one. When I compile the attached code, I get four L13: Recursive Call to Segment Warnings. One of the functions called...
  • L13 Warnings don't make sense
    I decided to start a new thread since this problem is different than the original one. When I compile the attached code, I get four L13: Recursive Call to Segment Warnings. One of the functions called...
  • 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 ) /*---...