• 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...
  • 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; /...
  • unused pins in ADUC842/ADUC843
    I am using ADUC842/ADUC843 Micro controller. how should I connect the unused pins? 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...
  • 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...