• keilC
    I donot linking mylib to project can you send an example to me tuan2101@yahoo.com thanks
  • About hello example in KeilC
    The hello sample example in keil C can use printf to output message in serial port window#1. But, I had tried to modify my project to do the same job, it's failed. I had check option of target to be...
  • The KEILC is not installing in my PC
    Hi All, I have a Keil RealView MDK v3.15b.exe File. When i am trying to install this file I am getting Following message "Checksum Error The Installation file is corrupted and installation...
  • How to program 89c51 using KeilC
    hi friend...i am in confusion...can u help me? i know how to program 89c51 using C. but if i want to using Keil C , how to? please send me ur suggestions, links for the post mentioned above
  • How to declare a 12bit variable at KEILC
    Dear all: Would somebody can tell me how to declare a 12bits variable in KeilC ? Now I only know use struct to do this. just like struct OneHalf { unsigned int a: 12; }; but I remember that...