• keilC
    I donot linking mylib to project can you send an example to me tuan2101@yahoo.com thanks
  • 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
  • Modifying Descriptors on the Fly in FX2
    The newbie problem I have is that I want, at run time, to modify my USB descriptors which in the Cypress examples are in a file called dscr.a51. They are declared in a segment called CODE, and I assume...
  • [51] simulation in KeilC question
    Hi, The test code is listed as below, #pragma OT(0) void main (void) { DATA_MSG *b=NULL; DATA_MSG *a=NULL; b=(DATA_MSG *)malloc(sizeof(DATA_MSG)); b->sMsgHeader.MessageType=E_Battery_Status;...
  • 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...