Hello all!! My name is Manu and we're from Spain. We're working on an proyect with dallas ds5000t but we've got problems. We got to load the mon51.hex that we downloaded from keil web: ds5000_mon_9600_110592.hex. We used kit aplication to load it and it ok. The problems come when we try to load our small aplication using keil: 1) We are using a rs232 fixture of dallas. 2) We create a proyect with ds5000t as target 3) This is the code we are trying to embebe:
org 2000h clr p3.5 jmp $ end
Maybe you need just change the PC before starting the application with the following Debugger command (entered in the command wi ndow): PC = 0x2000 Reinhard