Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/07/03 16:57
Read: times


 
#38499 - Program NOT running
I have a project that involves the Dallas DS5000 microcontroller. This is the first project i have with DS5000. Even if I managed to establish connection with the computer and i can fill read and load the program on the memory, the program is not running.
I put a very basic program like

org 0h
mov A,#05h
mov dptr,#3000h
mov @dptr,A
end

After "running" the program i look in 3000h address but nothing is changed.
Please help me if you can.
Thank you for reading.



List of 12 messages in thread
TopicAuthorDate
Program NOT running            01/01/70 00:00      
   RE: Program NOT running            01/01/70 00:00      
      RE: Program NOT running            01/01/70 00:00      
         RE: Program NOT running            01/01/70 00:00      
   RE: Program NOT running            01/01/70 00:00      
      RE: Program NOT running            01/01/70 00:00      
   RE: step thru it            01/01/70 00:00      
      RE: step thru it            01/01/70 00:00      
         RE: step thru it            01/01/70 00:00      
         RE: step thru it            01/01/70 00:00      
            RE: step thru it            01/01/70 00:00      
               RE: step thru it Raghu & Steve            01/01/70 00:00      

Back to Subject List