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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/20/01 07:09
Read: times


 
#16715 - RE: Running code in RAM
David,
The solution to run code from RAM is as follows:
Software: You must inform the compiler where your code which you intend to be in RAM will start.For example if your RAM starts from 2000h ,compile your code so it will reside in 2000h up.
After compilation you can store the code in EEPROM and copy it from EEPROM to RAM at Reset , then jump to 2000h.
Hardware: PSEN ored with RD as was said
Yossi

List of 12 messages in thread
TopicAuthorDate
Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM - ???            01/01/70 00:00      
RE: Running code in RAM - ???            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      

Back to Subject List