• ADuC842 SPI problems
    Hello Im having some problems with my ADuC842. The SPI doesnt seem to be working, which I just dont understand, because I think ive done everything right...could someone help me for a moment. The SCLOCK...
  • ADuC842 SPI problems
    Hello Im having some problems with my ADuC842. The SPI doesnt seem to be working, which I just dont understand, because I think ive done everything right...could someone help me for a moment. The SCLOCK...
  • 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...
  • Serial ISR for ADUC842
    Hello sir, I need to write an ISR for serial interrupt. void serial_int (void) interrupt 4 //ISR for Serial interrupt { if((IE & BIT4) == BIT4) //UART interrupt source REN = 1; /...
  • Watchdog Timer of ADUC842
    Dear sir, I am using ADUC842 for my design. I want to set watchdog timer of 2 sec for any errorneous condition. In my main function, i have enabled all interrupts already... I need to configure...