Max 71B Memory Using FRAM71
|
08-21-2015, 05:36 AM
Post: #1
|
|||
|
|||
Max 71B Memory Using FRAM71
Maximum 71B Soft-Configured RAM Using FRAM71
Referring to the S/W IDS, Ch. 2 and 3 1. The memory available for soft-configured devices is the address range 30000-FFC00. 2. If a hard-coded module is installed, E0000-FFC00 will not be available for soft-configured devices. 1. Max RAM The address range above provides 425472 bytes of RAM. Using 32 and 8K devices, 408K can be configured using the string "939495969798999A9B9C9D9EBF000000". Code: Port Dev Size Addr Type 2. Max RAM with HP-IL 400K of memory can be utilized using the string "939495969798999A9B9C9DAE00000000". Code: Port Dev Size Addr Type 384K of RAM is configured from 30000-EFFFF. Plug-In ROM's and IRAM's always begin configuration on a 32K boundary, so the HP-IL ROM is at F0000. 3. FORTH/Assembler ROM installed, no HP-IL 336K of memory can be utilized using the string "939495969798999A9BAC000000000000". Code: Port Dev Size Addr Type The high two pages of memory aren't available because of the hard-coded module. The FORTH ROM is configured at D0000. That leaves 320K for RAM. 4. FORTH/Assembler and HP-IL installed. 352K of memory can be utilized using the same config string as in 3., "939495969798999A9BAC000000000000". Code: Port Dev Size Addr Type 320K is available for RAM. I would appreciate it if someone would verify my findings. Dave |
|||
08-21-2015, 04:54 PM
(This post was last modified: 08-21-2015 05:31 PM by Hans Brueggemann.)
Post: #2
|
|||
|
|||
RE: Max 71B Memory Using FRAM71
my findings on a 1BBBB w/ FRAM71 V511 are as follows:
(MEM values after MEMORY LOST, FORTH not initialized) 1. MAX RAM, no modules 939495969798999A9B9C9D9EBF 418252, 408 KB RAM 2. MAX RAM, w/IL 939495969798999A9B9C9DAE 393708, 384 KB RAM 3. MAX RAM, FORTH 93E495969798999A9B9C9DAE (93 is HC, E4 is SC ROM for FORTH) 328168, 320 KB RAM 4. MAX RAM, IL, FORTH 93E495969798999A9B9C9DAE (93 is HC, E4 is SC ROM for FORTH) 328149, 320 KB RAM hans |
|||
08-21-2015, 05:28 PM
(This post was last modified: 08-21-2015 05:33 PM by Dave Frederickson.)
Post: #3
|
|||
|
|||
RE: Max 71B Memory Using FRAM71
(08-21-2015 04:54 PM)Hans Brueggemann Wrote: 3. MAX RAM, FORTH In Case 4, FRAM71 isn't being used for ROM as I was trying to determine the maximum allowable RAM. A physical module was used in my tests. In Case 3, bonus points if you configured a 16K IRAM at D8000. Dave |
|||
08-21-2015, 05:47 PM
Post: #4
|
|||
|
|||
RE: Max 71B Memory Using FRAM71
apologies, obviously edited my post without seeing your response... i reconfigured case 3 and 4 to E4 instead of D4, which makes results more comparable (and makes more sense anyway).
hans (thanks for the bonus offer, will look into it after returning from vacation...) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)