• Please review our updated Terms and Rules here

Reading a N82S123AN PROM, what do I use?

GearTechWolf

Experienced Member
Joined
Apr 24, 2015
Messages
264
Location
Washington
I have a BPMicro EP1132 but it doesn't seem to support PROMs? At least the BPWSoft-03 program doesn't bring anything up in the device list.
 
Code:
      X  A15  1         28   +5 VDC   16
      X  A12  2         27   A14  X
      X  A7   3    2    26   A13  X
      X  A6   4         25   A8   X 
      X  A5   5    7    24   A9   X
14       A4   6         23   A11  X
13       A3   7    5    22   oe*/vpp  X
12       A2   8         21   A10  X
11       A1   9    1    20   ce*/pgm* 15
10       A0  10         19   D7        9
 1       D0  11    2    18   D6        7
 2       D1  12         17   D5        6
 3       D2  13         16   D4        5
 8      GND  14         15   D3        4
    
          PINOUT

       
X is Not Used/Terminated.        
Outside row of pins is for 82S123, 82S129,82S131 IC's connected to the 27512 Adapter.

Larry
 
Or, to put it another way (as I happen to have been asked this exact question before)....

In the EPROM programmer's software limit the size / length of the read to 32 bytes (Begin: 0000 End: 001F) otherwise it will read the 32 bytes many times over and make it look as though there is more code in the PROM than there is.

82s123_read_as_27256.jpg
 
Or, to put it another way (as I happen to have been asked this exact question before)....
In the EPROM programmer's software limit the size / length of the read to 32 bytes (Begin: 0000 End: 001F) otherwise it will read the 32 bytes many times over and make it look as though there is more code in the PROM than there is.
Excellent, thank you!
 
Back
Top