• How to Access 16MB of the Aduc812
    How do I access 16MB XDATA of the Aduc812 in the old version keil compiler ?
  • How to use ADuC812 SPI
    Hello! I tried to use the on-board SPI of the Analog Devices ADuC812 but I didn't managed it to work. No Data, no SCLK, the Pins seemed all to be dead at all. Maybe one of you can give me a hint or...
  • ADC ADuC812
    How to regulate the frequency of sampling when I use the ADC of ADuC812. Thank you for your assistance.
  • the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812.
    in the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812. FVAR (char, 0x015678) = 0x5A; i = FVAR (char, 0x015678); if i change 0x015678,such as: FVAR (char, 0x016000) = 0x5A;...
  • How to generate an DAC funktion with the ADuC812
    My analog input range for the ADC is 0 to Vref. (Vref = 2.5 volts). So i need an c- program that can boost my output voltage of the board in 0.5 volt steps every 0.1 seconds. The baudrate should be...