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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/16/04 15:17
Read: times


 
#81284 - RE: MOV R7,A
Responding to: ???'s previous message
Manfred,

1. If my program contains more than 1K program-code the program AEC_ISP says it is NOT possible – why?

Perhaps you have a limited AEC_ISP version. Try to split your big hex-file for several (at least for two) parts with size less than 1K and program the flash by all of this parts in the sequence.

2. I read, that it is possible to program single bytes in flash-memory– how can I do so
Try this way. Put in your program the following fragment for each single byte.

    org   0x1234    ;the address you needed
    db    0x56      ;the data you needed

Hope it helps.

Regards,
George

List of 8 messages in thread
TopicAuthorDate
single byte            01/01/70 00:00      
   RE: single byte            01/01/70 00:00      
      RE: single byte            01/01/70 00:00      
         RE: single byte            01/01/70 00:00      
            RE: single byte            01/01/70 00:00      
               RE: MOV R7,A            01/01/70 00:00      
                  RE: MOV R7,A            01/01/70 00:00      
                     RE: MOV R7,A            01/01/70 00:00      

Back to Subject List