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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/26/00 00:45
Read: times


 
#1601 - RE: Branch
The technical sheets say that a typical program setup for the interupts and vector adresses are:

$000 rjmp RESET ;Reset Handler
$001 rjmp EXT_INT0 ;EXT_IRQHandler
.
.
.
Why does the rjmp operation have no operand for it, next to it, like in jmp $0000 0000 0011?
I attempted to program the flash by putting something in around $00. Could it be that the chip is failing to to enter the parellel programing mode becuase there is something in $000 other than rjmp? Maybee, The ~RESET pin is unable to cause a reset. The technical sheets say that the flash comes erased, does that include $000-$00c? The signature bits are no longer accesable.

List of 6 messages in thread
TopicAuthorDate
Branch            01/01/70 00:00      
RE: Branch            01/01/70 00:00      
RE: Branch            01/01/70 00:00      
RE: Branch            01/01/70 00:00      
RE: Branch            01/01/70 00:00      
RE: Branch            01/01/70 00:00      

Back to Subject List