• writing to nonvolatile in ADuC834
    I am familiar with how to store a program in nonvolatile memory so it will restart when powered on with the ADuC834, but what i want to do is store some data gathered by the program in memory that will...
  • setting ADuC834 for 115200 baud???
    I have an Analog Devices ADuC834 eval board and currently have the UART configured for 9600 baud with the following code: T3CON = 0x82; T3FD = 0x12; SCON = 0x52; I am interested in configuring...
  • on-chip xdata on aduc832
    Can anyone please help explaining me why this code won't access the on-chip xdata. When executing the below code nothing happens at all. #include <ADUC832.H> #include <stdio.h> void main (void)...
  • Aduc832 software problem
    The problem consists of: i have i display attached to the Aduc through I2C interface and i also have a keypad attached through PORT 2. When i push one of the button the display shows strange characters...
  • ADUC832 with C51 9.52 version .axf not generated
    Hello, We are using ADUC832 on one of our development project. We have downloaded and installed C51 9.52 version to compile. But the compiler is not generating .axf file after build. We written a...