• 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...
  • 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...
  • 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...
  • 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...