• Initialization
    Hi, Last 10days, i face the initialization problem in the P87c51MC2 based board. Just written the program the switch ON and OFF two bits in Port1. Attached the schematic. The code is very...
  • Setup Initialization Errore (number 106)
    I find this error when i try to install your software, PK51 Professional Developpers P.S. The hardware key (on the parallel port) is all right. Please answer me
  • Error : non-address/-constant initializer
    Why below line of code is not compiling successfully? const unsigned char *a[]={ "Hello", "Hi" }; const unsigned char *b[]={ a[0], a[1] };
  • Syntax error on struct variable initialization
    I get syntax error for valid C-syntax. It seems like the compiler thinks that the initializer of the variable must come from a constant expression whereas a variable assignment should be accepted as...
  • Xdata initialization
    Hi, I want to know the way to initialize the Xdata memory from main() routine. Xdata starts from 0x0000 to 0x0800. Generally this will be taken care by startup routine (startup.a51). But i modified this...