Post Reply 
FRAM71 Bank Switching, v2
10-05-2016, 03:26 PM (This post was last modified: 10-05-2016 03:58 PM by Dave Frederickson.)
Post: #1
FRAM71 Bank Switching, v2
One of the more advanced features of FRAM71/B is the ability to switch banks of memory. By swapping "inactive" banks of memory with "active" banks, FRAM71 can be loaded with more ROM's and IRAM’s than the 71B can address at once!

There are two types of Bank Switching:
  1. Conventional Bank Switching, which requires a power cycle to acknowledge the switch
  2. On-the-Fly Bank Switching, or OTF BS, which does not require a power cycle. OTF BS is invoked when only a Chip’s address nibble is changed. If the swapped F-Blocks contain files then it’s likely that the file chain has been corrupted. Subsequent use of file commands will likely result in MEMORY LOST.
    An example of using OTF BS can be found in this post:
    http://www.hpmuseum.org/forum/thread-251...l#pid30686
Even though OTF BS may not be used, it’s important to understand the feature. Here’s what we know:
  1. If an OTF BS was not intended, a conventional bank switch may be invoked by cycling power
  2. When backing up/restoring F-Blocks, only PEEK$ and POKE commands may be used as they don’t access the file chain
  3. The file chain needs to be fixed at the end of the procedure by,
    a. Restoring the config string using the original F-Block addresses, or
    b. Performing a conventional bank switch
This article describes how FRAM71/B can be configured with both the FORTH/Assembler and 41 Translator ROM’s and how to switch between them.

Thanks to Hans Brueggemann for creating the FRAM71 and to Bob Prosperi and Sylvain Côté for clues to developing this procedure.

Comments and suggestions welcome.


Attached File(s)
.pdf  FRAM71 Bank Switching, v2 .pdf (Size: 29.16 KB / Downloads: 102)
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)