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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/01/05 15:31
Read: times


 
#101813 - ¿?
Responding to: ???'s previous message
Tt Senthil said:
It is parallel Erik .Lets think this way....instead of EEPROM to get failed.....
When a particular memory address is reached in the OnBoard EEPROM,I want my program execution to switch to an External EEPROM and continue its execution from there ....

Senthil



For example 32K of onboard eeprom in 0000-7fffh
and 32K of eeprom in 8000-ffffh

		....
particular_addr:	ljmp	ext_eeprom


		org	8000h
ext_eeprom:	;your code


is that?
Can you clarify, please?



List of 5 messages in thread
TopicAuthorDate
executing program with two EEPROM            01/01/70 00:00      
   is it parallel or serial?            01/01/70 00:00      
      Two EEPROM            01/01/70 00:00      
         ¿?            01/01/70 00:00      
            you can't            01/01/70 00:00      

Back to Subject List