Post Reply 
[FRAM71] Pre-Production Batch
06-03-2015, 02:10 PM (This post was last modified: 06-03-2015 03:22 PM by Oulan.)
Post: #116
RE: [FRAM71] Pre-Production Batch
I just installed my FRAM71 module, seems to works great (at least I can use MATHROM, JPC ... I had a bare memory HP71 but with HPIL)

I just have some problem with it

I romcopied MATHROM, JPCF03 and CURVEFIT in F-blocks D, E and F.

I configured FRAM71 with
POKE "2C000", "131415961718199AABDFDEDD00000000"

So I could do FREE PORT(5) to have an IRAM of 128K (it is shown in SHOW PORT), MEM(5) gives 131067

But when I try COPY PROG TO PROG:PORT(5) it result with
ERR: Insufficient memory even with a 200 bytes program.

(if I configure the IRAM at 96K it is the same, if I freed 5.01 it is the same also)

I have a 1BBBB ver system, FRAM is with 502 firmware

I can not manage to diagnose if it is an F-RAM problem or something else ... (perhaps a misunderstanding of the manual)

No freed ports :
Code:

>RUN FDIR
System RAM
Port Dev Seq Size Addr
  0   0   0     4  B8000
  0   1   0     4  BA000
  0   2   0     4  BC000
  0   3   0     4  BE000
  5   0   0   128  30000
  5   1   0   128  70000
  5   2   0    16  B0000
Misc Memory
Port Dev Seq Size Addr
  0   5   0    16  F0000
  5   3   0    32  E0000
  5   4   0    32  D0000
  5   5   0    32  C0000
>SHOWPORT
0.05  16384  2
5.03  32768  2
5.04  32768  2
5.05  32768  2
>MEM
 293588.0000
With FREE PORT(5)
Code:

>RUN FDIR
System RAM
Port Dev Seq Size Addr
  0   0   0     4  78000
  0   1   0     4  7A000
  0   2   0     4  7C000
  0   3   0     4  7E000
  5   1   0   128  30000
  5   2   0    16  70000
Misc Memory
Port Dev Seq Size Addr
  0   5   0    16  80000
  5   0   0   128  C0000
  5   3   0    32  B0000
  5   4   0    32  A0000
  5   5   0    32  90000
>SHOWPORT
0.05  16384  2
5    131072  1
5.03  32768  2
5.04  32768  2
5.05  32768  2
>MEM
 162510.0000 
>MEM(5)
 131067.0000 
>COPY FDIR TO FDIR:PORT(5)
ERR:Insufficient Memory

All seem correct :
5.00 is a 4x32KB ram module (F-blocks 3, 4, 5, 6 : 13141596 )
5.01 is a 4x32KB ram module (F-blocks 7, 8, 9, A : 1718199A)
5.02 is a 1x16KB ram module (F-block B : AB)
5.03 is a 1x32KB rom module (F-block F : DF MATHROM)
5.04 is a 1x32KB rom module (F-block E : DE JPCF03)
5.05 is a 1x32KB rom module (F-block D : DD CURVFIT)
0.05 is the HPIL module rom
0.00 to 0.03 is the internal RAM

>DCATALL
workfile   BASIC     0 01/01/00 00:00
FDIR       BASIC   598 01/01/00 00:00
HPILROM    LEX   16361 09/12/83 12:00 0.05
MATHROM  E LEX   32745 11/01/83 12:00 5.03
JPCF03     LEX   25972 12/27/14 18:31 5.04
ML         BASIC    55 12/27/14 18:31 5.04
CurveFit   LEX      41 01/12/84 12:00 5.05
CFIT       BASIC 14219 01/12/84 12:00 5.05
OPTIMIZE   BASIC  5068 01/12/84 12:00 5.05
MODELS     BASIC  5789 01/12/84 12:00 5.05
PCENTCHI   BASIC   727 01/12/84 12:00 5.05
FITLEX     LEX     415 01/12/84 12:00 5.05
FITLIB     BIN    5545 01/12/84 12:00 5.05
CFKEYZ     KEY      83 01/12/84 12:00 5.05

I used the program from Paul.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ROM Images - Dave Frederickson - 12-10-2014, 03:51 AM
IRAM vs ROM - Dave Frederickson - 12-13-2014, 06:36 PM
ROMCOPY - Dave Frederickson - 12-20-2014, 08:59 PM
[FRAM71] Bankswitching? - Hans Brueggemann - 02-07-2015, 06:55 PM
v430 beta - Dave Frederickson - 02-16-2015, 06:09 AM
RE: [FRAM71] Pre-Production Batch - cruff - 02-11-2015, 11:45 PM
v430 beta - Dave Frederickson - 02-17-2015, 05:14 AM
v430 beta - Dave Frederickson - 02-27-2015, 05:20 AM
1MByte FRAM71 - Dave Frederickson - 03-14-2015, 09:18 PM
RE: [FRAM71] Pre-Production Batch - Gene - 03-15-2015, 02:04 AM
V501 Firmware woes - Hans Brueggemann - 04-23-2015, 07:12 PM
Eagerly awaiting mine - cruff - 04-24-2015, 12:40 AM
RE: [FRAM71] Pre-Production Batch - cruff - 04-24-2015, 12:53 PM
Received my FRAM71 today! - cruff - 04-25-2015, 07:03 PM
RE: [FRAM71] Pre-Production Batch - cruff - 04-26-2015, 12:27 PM
RE: [FRAM71] Pre-Production Batch - Erwin - 10-04-2016, 08:28 PM
MEMBUF - Dave Frederickson - 05-13-2015, 02:50 AM
FRAM71 V502 - Hans Brueggemann - 05-16-2015, 04:02 PM
RE: [FRAM71] Pre-Production Batch - Erwin - 01-02-2016, 08:13 AM
RE: [FRAM71] Pre-Production Batch - Oulan - 06-03-2015 02:10 PM
RE: [FRAM71] Pre-Production Batch - Oulan - 06-03-2015, 03:47 PM
RE: [FRAM71] Pre-Production Batch - Oulan - 06-05-2015, 09:44 AM
RE: [FRAM71] Pre-Production Batch - Oulan - 06-08-2015, 07:13 AM
FlashPRO - Dave Frederickson - 06-11-2015, 03:42 PM
RE: [FRAM71] Pre-Production Batch - cruff - 06-13-2015, 12:04 PM
RE: [FRAM71] Pre-Production Batch - cruff - 06-15-2015, 11:22 PM
Blinkin' Lights - Dave Frederickson - 07-15-2015, 03:07 AM
FRAM71 LED - Hans Brueggemann - 07-16-2015, 11:47 AM
RE: [FRAM71] Pre-Production Batch - Andres - 01-25-2016, 10:40 PM
RE: [FRAM71] Pre-Production Batch - Erwin - 10-04-2016, 08:46 PM
RE: [FRAM71] Pre-Production Batch - Erwin - 10-04-2016, 09:04 PM



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