• what's the definition of struct USER_INFO in RL_TCPnet
    Hi guys, Since the single TCP Connection is success using RL_TCPnet firmware, I want to keep go in the Multiple TCP Connections. The follow link is the description of Multiple TCP Connections on KEIL...
  • Struct problems
    First off, I am fairly new to chip level programming! I am using a SILabs C8051F330 and I am having trouble in the compilation of some libraries that I need to use that were given by Texas Instruments...
  • a problem with macro definition
    #define FLASH_BASE 0x080000 #define RECORD_SIZE 32 #define RECORDS_PER_SECTOR (FLASH_SECTOR_SIZE / RECORD_SIZE) #define MAX_RECORD_NUM 30135 #define MAX_RECORD_ADDR (MAX_RECORD_NUM * RECORD_SIZE...
  • Array of struct within struct
    Has anyone defined an array of struct inside another struct with C51? I can find no reference document prohibiting it. Yet, when I try to compile following fragment: #include <stdio.h> struct...
  • Device definitions
    Do Keil C51/A51 define the target device somehow? I can't seem to find anything in the docco. I was thinking there should exist something like __DEVICE__ as a predfined macro.