• display calendar time
    Good morning, Can you give me some advice about displaying calendar time (seconds,minutes and hours after midnight )? What function returns current calendar time (for Cx51)? Thank you very much...
  • display calendar time
    Good morning, Can you give me some advice about displaying calendar time (seconds,minutes and hours after midnight )? What function returns current calendar time (for Cx51)? Thank you very much...
  • Manipulating call tree for data overlay...
    Hello. Is there any way to simplify the call tree manipulation in linker..? (Scripting kind of) My code has number of function calls through pointers. The functions are divided in few main groups...
  • Manipulating call tree for data overlay...
    Hello. Is there any way to simplify the call tree manipulation in linker..? (Scripting kind of) My code has number of function calls through pointers. The functions are divided in few main groups...
  • Manipulation of 12 bit ADC data using C programming
    Hi all, My current ADC configuration is such that ADLJST=0, that is ADC0H[3:0]:ADC0L[7:0]. What should I do to my code (underlined bold) below to handle both ADC0H and ADC0L ? Thank you. ...