• 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 ...
  • Keil support: does it exist?
    Does anybody know a method to get Keil's technical support? I tried to get them by phone and I sent them messages - nothing works. But please don't explain me that I had to indicate my product serial...
  • Keil C does not support
    Keil C does not support this line: typedef const UINT32 volatile xdata *PCVX32; it just support this way typedef const volatile UINT32 xdata *PCVX32; but other ANSI C compilers support both...
  • how to create multiple user tmers and call back function?
    It seems that we have to use the second para "info" in os_tmr_create (xx, info)to distinct which usr timer callback funtion is called. #define Timer1CallBackFn1 1 #define Timer2CallBackFn2 2 #define...
  • Serial echo'ed back
    Using the Dallas 80C320 with Keil evaluation software. I am seeing the data sent to the Uc echoed back to the sender. I am not intentionally echoing the data. I can't find any mention of this in the data...