• ADUC 845 and debbuging with Keil?
    Is possible use Keil C51 IDE with evaluation board ADUC845 from Analog Device on debugging and stepping code in chip on eval. board? I thing similarly as it possible with Silicon Labs C8051F4xx USB...
  • Is the ADuC 845 Architecture like the ADuC 8051?
    Hi to all I'm new in here, I've just received an ADuC 845 board and with that I need to communicate with another processsor alike(AD5235). But first I need to control the LED's on the ADuC board with...
  • ADuc 845 How download data to data FLASH (not in program)?
    Hello, Is it possible download init values for data FLASH memory at same time as code program(ADI Monitor driver)? I find checkbox for erase it at same time. But cannot find how to write to data...
  • Adding NOP at 0000h, revisited.
    I read the following document to add a NOP before the LJMP at address 0000h. ( http://www.keil.com/support/docs/1622.htm , Size 5,096 bytes, Jun 20, 2000) But, I'm still not clear on how to do it. I followed...
  • RTX51 Tiny & starting C51 program at an address other than 0000h
    How do you use RTX51 Tiny and start the code at address 8000h. What other steps besides those listed in the: "How do I start my C51 program at an address other than 0000h?" are needed?