• sampling rate of ADUC842
    hello, I need to set a sampling rate of 200hz in ADUC842. As per my understanding,the minimum rate which we can set is in some KSPS Can you pls provide me some help? Regards, Mayuri...
  • sampling rate of ADUC842
    hello, I need to set a sampling rate of 200hz in ADUC842. As per my understanding,the minimum rate which we can set is in some KSPS Can you pls provide me some help? Regards, Mayuri...
  • Flash Programming - ADuC841/842/843
    Using ADuC841/842/843 how can I store a value in a flash and use it when it is required. what is the procedure to access flash. if it possible give me a example code
  • Flash Programming - ADuC841/842/843
    Using ADuC841/842/843 how can I store a value in a flash and use it when it is required. what is the procedure to access flash. if it possible give me a example code
  • Baud Rate
    Specification for AT89C51 Baud rate - 9600 Clock - 12MHz SMOD - 1 TH1 - 0xF9 so is my code correct? Code: void serial_send() { SCON=0x50; TMOD=0x20; TH1=0xF9; TR1=1; TI=1; } Confusedman...