• keilC
    I donot linking mylib to project can you send an example to me tuan2101@yahoo.com thanks
  • 12bit Analog to Digital interface to 8bit mcu problem
    Hello, I have a problem with 12bit ADC (ads7844) with 8 analog channels and SPI interface to the mcu. The problem is that I am using 8 bit mcu (SPDAT register is 8 bit) and the data that the adc convert...
  • 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
  • [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...