• TCP call back function and packet sequence numbering
    In the RL library TCP callback function, the parameters we have are: soc - Socket number evt - Event (enums defined in Keil's rtl.h) *ptr - Received data frame par - Received data frame length ...
  • Does Keil support CALL BACK FUNCTIONS ?
    Hi , I tried to implement call back functions in my program, but unfortunatly it is not working and system is getting restarted as soon as the call is made to the specific function. I have used...
  • Warning 15: MULTIPLE CALL TO FUNCTION
    Hi all, After compiling, I got following warning: *** WARNING L15: MULTIPLE CALL TO FUNCTION NAME: _PUTMULTICHAR_SCI/SCI CALLER1: ?C_C51STARTUP CALLER2: INT0_ISR/INTERRUPT Int0_ISR() is...
  • 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...