Discussion Forum

Problems to load an aplication into ds5000t using mon51!!!!

Next Thread | Thread List | Previous Thread Start a Thread | Settings

Details Message
Read-Only
Author
Manu Burgos Spain
Posted
12-May-2005 08:12 GMT
Toolset
None
New! Problems to load an aplication into ds5000t using mon51!!!!
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
4) We configured comunication in 9600 as in the mon51.hex requirements is.

5) What we get when we beging debbuger is always the messagge: COMUNICATION LOST.


I'll be very pleased if someone can help us because we're really surrender. Thank you very much.
Read-Only
Author
Reinhard Keil
Posted
23-May-2005 08:23 GMT
Toolset
None
New! RE: Problems to load an aplication into ds5000t using mon51!!!!
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

Next Thread | Thread List | Previous Thread Start a Thread | Settings