• unused pins in ADUC842/ADUC843
    I am using ADUC842/ADUC843 Micro controller. how should I connect the unused pins? Regards, Mayuri
  • 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...
  • I2C Real Time Clock
    Has anyone used a ST M41T00 I2C real time clock?. I have written I2C bit banging routines which work fine with EEPROM. However the RTC just doe'nt want to play - any tips?
  • 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...
  • 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...