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