• ppp for ds80c400
    does anyone know of a ppp stack for ds80c400?
  • Simulation problem, DS80C400
    Hi, I was readed "UVISION DEBUGGER: DALLAS 400 SIMULATION", which says that DS80c400 cannot be simulated because libraries arent included in simulator. That's understood. But, program that I try...
  • use of ISD51 with Dallas DS80C400
    Hello, I am developing with a Dallas DS80C400 (not a TINI board) & think I need to use the ISD51 debugger. There isn't an example for this specific chip in the Keil install - any tips on getting it...
  • DS80C400: TNI in C
    I'm looking for information on developing device drivers in C for the TINI. Anybody's done it?
  • overwriting ds80c400 interrupt vectors
    I have been trying to write c code to overwrite the interrupt vectors on the DS80c400 ( to do the same as the following asm code) EXTRN CODE (com_isr) MOV DPTR, #000023H MOV A, #02H; MOVX @DPTR...