• 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...
  • Why does data type conversion not raise an error?
    Hi, I have this code: void main(void) { data unsigned char a = 0; data unsigned char b = 0; data unsigned int c = 1000; b = c; while(1) { a+= 1; } } And it compiles with no errors or...
  • does the keil programmes support the AT89S52
    i am thinking of buying the keil PK51-2k version and later upgrading to the keil PK51-8k version but what i like to know if the version PK51-2k support the Atmel 89S51 and Atmel 89S52 ? Can anybody tell...
  • Error: this declaration has no storage class or type specifier
    Hi to all I am working on encryption AES Algorithm on LPC1768. The problem comes when I compile the project from Keil. I got this log: Any pointers or suggestion will be helpful. *** Using Compiler...