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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/08/01 05:24
Read: times


 
#16406 - RE: Running code from XDATA RAM
Yes it is possible !
Your Microcontroller connection with your RAM have to :
__
PSEN --| _____ to RD pin of ext. RAM
RD --|__/
AND Gate

After you write to external RAM, You have to jump to external RAM using command Ljmp XXXXh (not jmp, and this command, you have to put it in the last of your program, it doesn't work if you put it in the middle of your program, I tried this before)

List of 7 messages in thread
TopicAuthorDate
Running code from XDATA RAM            01/01/70 00:00      
RE: Running code from XDATA RAM            01/01/70 00:00      
RE: Running code from XDATA RAM            01/01/70 00:00      
RE: Running code from XDATA RAM            01/01/70 00:00      
RE: Running code from XDATA RAM            01/01/70 00:00      
RE: Running code from XDATA RAM            01/01/70 00:00      
RE: Running code from XDATA RAM            01/01/70 00:00      

Back to Subject List