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

Back to Subject List

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


 
#72305 - RE: Rewrite Ext. Code memory.
Responding to: ???'s previous message
This way you cannot use NVRAM. It's because PSEN is inactive when you address Data memory (CS is then inactive !), as well as /RD is inactive while fetching the opcode.

The solution is: PSEN-AND-/RD (HC08) to /OE of RAM and /CS of RAM can be grounded (or tied to some other logic if you address more units).

By the way, it's a risk to have common area for program and data, because it can be difficult to trace and find a bug when the code is destroyed.


Regards, Slobodan

List of 13 messages in thread
TopicAuthorDate
Rewrite Ext. Code memory.            01/01/70 00:00      
   RE: Rewrite Ext. Code memory.            01/01/70 00:00      
   RE: Rewrite Ext. Code memory.            01/01/70 00:00      
   RE: Rewrite Ext. Code memory.            01/01/70 00:00      
      More info. needed...            01/01/70 00:00      
         RE: More info. needed...            01/01/70 00:00      
            RE: More info. needed...            01/01/70 00:00      
               RE: More info. needed...            01/01/70 00:00      
                  RE: Map 32K device to 8000H-0FFFFH            01/01/70 00:00      
            RE: More info. needed...            01/01/70 00:00      
               RE: More info. needed...            01/01/70 00:00      
                  RE: More info. needed...            01/01/70 00:00      
                     RE: More info. needed...            01/01/70 00:00      

Back to Subject List