• requesting suggestion regarding nonvolatile ram
    hello sir/madam, i am practicing in 8051(nxp89c51rd2) micro controller,in that, i interfaced keypad and stored the value given by the keypad in the controller, the value is stored in RAM(30h onwards...
  • interfacing parallel nonvolatile 1k sram
    i have hardware but i am confuse about software. tell me how to write and read into sram .tell me about instruction to use.i have defined xdata variable and when i am writting to it using xbyte and sprintf...
  • requesting suggestion regarding nonvolatile ram
    hello sir/madam, i am practicing in 8051(nxp89c51rd2) micro controller,in that, i interfaced keypad and stored the value given by the keypad in the controller, the value is stored in RAM(30h onwards...
  • ADuC834 vs ADuC832
    We have some test code that runs on an ADuC834. This works fine. The parts appear to have equivalent memory. Even for trivial examples, we are having tons of problems with the ADuC832 component. We did...
  • 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...