• 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...
  • unused pins in ADUC842/ADUC843
    I am using ADUC842/ADUC843 Micro controller. how should I connect the unused pins? Regards, Mayuri
  • xdata memory with ADuC842
    I'm trying to store data in the xdata memory location beginning at 0x000. What is wrong with my code? typedef struct { unsigned int X1; unsigned int X2; unsigned int X3; }fordon; fordon xdata...
  • 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...