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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/04/02 14:03
Read: times


 
#30176 - RE: eprom and 8051
hi, bogachan ..
off course u can interface the eprom with uC 8051..
but if u need to start your program from desired location , then u have to tell the assembler to set the ORIGIN with ORG directive of ur assembler at the time u assemble ur code.
e.g..:
.ORG 30H
ajmp start
this will jump the 30H (48D) bytes code memory locations from 00H address.
and dont forget to set the 8051 uCs EA pin to set for external access the code..
hope u will find it usefull..

thanks..





List of 3 messages in thread
TopicAuthorDate
eprom and 8051            01/01/70 00:00      
RE: eprom and 8051            01/01/70 00:00      
RE: eprom and 8051            01/01/70 00:00      

Back to Subject List