Author Topic: How To Copy/Clone Program from a MC6802  (Read 1666 times)

0 Members and 1 Guest are viewing this topic.

Offline NY2KWTopic starter

  • Regular Contributor
  • *
  • Posts: 149
  • Country: us
How To Copy/Clone Program from a MC6802
« on: August 10, 2019, 02:52:58 am »
I have a control board from a 30+y amateur radio that uses a DIP-40, MC6802P.   Is it possible to read all of the program hex and reprogram a new MC6802P?  What would I need to do this?

thanks in advance

Jerry NY2KW
 

Offline oPossum

  • Super Contributor
  • ***
  • Posts: 1417
  • Country: us
  • Very dangerous - may attack at any time
Re: How To Copy/Clone Program from a MC6802
« Reply #1 on: August 10, 2019, 02:59:59 am »
There isn't any non-volatile memory in a 6802. Probably a 2700 series EPROM on the board that has the code.
 

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: How To Copy/Clone Program from a MC6802
« Reply #2 on: August 10, 2019, 05:17:26 am »
The 6802 may be paired with a 6846 which is a ROM/IO/Timer. I haven't dealt with that particular part before but if it is used here it should be fairly easy to wire up an adapter to read it using a standard EPROM programmer.
 

Offline rhodges

  • Frequent Contributor
  • **
  • Posts: 306
  • Country: us
  • Available for embedded projects.
    • My public libraries, code samples, and projects for STM8.
Re: How To Copy/Clone Program from a MC6802
« Reply #3 on: August 10, 2019, 10:36:30 am »
If you would like to experiment with 6802 programming on a separate board, let me know. I have a lot of four boards with 6802, EPROM, other logic, and connectors. They used to be bar code scanners "Foot Mouse" that plugged into a PC keyboard port.
« Last Edit: August 11, 2019, 11:54:46 am by rhodges »
Currently developing STM8 and STM32. Past includes 6809, Z80, 8086, PIC, MIPS, PNX1302, and some 8748 and 6805. Check out my public code on github. https://github.com/unfrozen
 

Offline NY2KWTopic starter

  • Regular Contributor
  • *
  • Posts: 149
  • Country: us
Re: How To Copy/Clone Program from a MC6802
« Reply #4 on: August 11, 2019, 02:28:45 am »
Yes, there is a 24 pin ROM but custom lettering... how can I figure out what kind of ROM or EPROM or is there a generic reader I could use non-destructively?

Jerry
 

Offline edavid

  • Super Contributor
  • ***
  • Posts: 3383
  • Country: us
Re: How To Copy/Clone Program from a MC6802
« Reply #5 on: August 11, 2019, 03:22:32 am »
Yes, there is a 24 pin ROM but custom lettering... how can I figure out what kind of ROM or EPROM or is there a generic reader I could use non-destructively?

It could be a 2716 or 2732 EPROM, or an 8Kx8 mask ROM.  Post a photo here.
 

Offline NY2KWTopic starter

  • Regular Contributor
  • *
  • Posts: 149
  • Country: us
Re: How To Copy/Clone Program from a MC6802
« Reply #6 on: August 11, 2019, 05:05:06 am »
Here is a picture.. the board only uses one of these, one got corrupted so I want to back up remaining one.

Thanks for your help

Jerry
 

Online PCB.Wiz

  • Super Contributor
  • ***
  • Posts: 1542
  • Country: au
Re: How To Copy/Clone Program from a MC6802
« Reply #7 on: August 11, 2019, 09:57:42 am »
Yes, there is a 24 pin ROM but custom lettering... how can I figure out what kind of ROM or EPROM or is there a generic reader I could use non-destructively?
Check what voltages it has during normal operation, likely it is just a simple +5V and GND.
If it is simple supply, any EPROM programmer can read it if you connect the right address lines.
You may need to check the connection wiring with a multimeter  to decide what pinout to choose.

Sourcing a 24 pin EPROM may be a challenge, but you should be able to find 28 pin EPROM, or Flash/MTP parts and use a simple socket adapter.
 

Offline rhodges

  • Frequent Contributor
  • **
  • Posts: 306
  • Country: us
  • Available for embedded projects.
    • My public libraries, code samples, and projects for STM8.
Re: How To Copy/Clone Program from a MC6802
« Reply #8 on: August 11, 2019, 11:44:37 am »
Quote
Sourcing a 24 pin EPROM may be a challenge,
I can spare 10 2716 or 2 2732 EPROMs to anyone who needs them.

OOPS! I made a mistake about the 6802 boards!

The boards for the bar code reader have a Motorola SC85180 CPU. I could not easily find info on that.

The 6802 boards are for a "Foot Mouse" and I only have 4 of them. They have a 6802, 2716, 6821, two ls74an, and a 7406. There is a 4-pin RJ12 jack for the "mouse" and a 5 pin DIN for keyboard connection. Pictures here:
http://www.hodges.org/rh/footmouse/footmouse1.jpeg (board)
http://www.hodges.org/rh/footmouse/footmouse2.jpeg (case)
Currently developing STM8 and STM32. Past includes 6809, Z80, 8086, PIC, MIPS, PNX1302, and some 8748 and 6805. Check out my public code on github. https://github.com/unfrozen
 

Offline NY2KWTopic starter

  • Regular Contributor
  • *
  • Posts: 149
  • Country: us
Re: How To Copy/Clone Program from a MC6802
« Reply #9 on: August 11, 2019, 12:31:48 pm »
The board only has a +5vdc supply.  I believe the symbol on the chip looks like Motorola... can anyone confirm?  If so, wouldn't all 24 pin EPROMs from Motorola around 1980 have the same pin-out for address lines, etc?
 

Offline Andy Watson

  • Super Contributor
  • ***
  • Posts: 2085
Re: How To Copy/Clone Program from a MC6802
« Reply #10 on: August 11, 2019, 12:43:23 pm »
I think the symbol on the chip is Rockwell. But yes, it will almost certainly have a common pin-out. Any discrepancy will be around the Chip-Enable and higher order address lines - you could probably figure most of this out by tracing the circuit. What is the radio? Can you find the schematic fo it?
 

Offline NY2KWTopic starter

  • Regular Contributor
  • *
  • Posts: 149
  • Country: us
Re: How To Copy/Clone Program from a MC6802
« Reply #11 on: August 11, 2019, 01:48:24 pm »
I am a dunce...  attached is the schematic.  The radio is a Collins Rockwell HF-380 which is general transceiver covering 1.6 - 30MHz.  There are many programmed ROMs available for the amateur radio version KWM-380 (only covers amateur HF bands) that I plan to use to master the cloning process before I venture to clone the HF-380 ROM of which I only have one.  Any idea which Rockwell ROM this might be or whether there are any other substitutes?
 

Offline bd139

  • Super Contributor
  • ***
  • Posts: 23021
  • Country: gb
Re: How To Copy/Clone Program from a MC6802
« Reply #12 on: August 11, 2019, 02:09:58 pm »
Looks like standard footprint 2716 EPROM / PROM. I'd use a 2716 in there. Loads on ebay for nothing checked and blanked.
 

Offline oPossum

  • Super Contributor
  • ***
  • Posts: 1417
  • Country: us
  • Very dangerous - may attack at any time
Re: How To Copy/Clone Program from a MC6802
« Reply #13 on: August 11, 2019, 02:11:39 pm »
Rockwell R2316B mask ROM. Equivalent to Intel 2316A/8316A and possibly others.

These ROMs had programmable chip select, so some are mostly compatible with the common 2716, while others require changes to the chip select logic.
The schematic shows pins 18 & 21 grounded. A 2716 will require pin 21 connected to Vcc. It may be necessary to invert pin 20, but that is unclear from the partial schematic.
 
The following users thanked this post: edavid

Offline amyk

  • Super Contributor
  • ***
  • Posts: 8275
Re: How To Copy/Clone Program from a MC6802
« Reply #14 on: August 11, 2019, 06:34:19 pm »
The pinout matches, but how did you get from the R1453 marking to R2316B?
 

Offline oPossum

  • Super Contributor
  • ***
  • Posts: 1417
  • Country: us
  • Very dangerous - may attack at any time
Re: How To Copy/Clone Program from a MC6802
« Reply #15 on: August 11, 2019, 06:38:20 pm »
It is the only Rockwell part I know of that matches the pinout.
 

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: How To Copy/Clone Program from a MC6802
« Reply #16 on: August 11, 2019, 06:41:38 pm »
Since you have the schematic, it's trivial to wire up an adapter to read the chip in something like a TL866 or any other EPROM reader/burner. All you need to do is compare the pinout to something standard like a 2716, most of the pins should all line up 1:1, the chip select line can be tied to Vcc or Gnd depending on what it needs. You can either measure what it is in system or you can tie it to one, try reading the chip and if you get all FF's tie it to the other.
 

Online PCB.Wiz

  • Super Contributor
  • ***
  • Posts: 1542
  • Country: au
Re: How To Copy/Clone Program from a MC6802
« Reply #17 on: August 11, 2019, 08:33:55 pm »
  Any idea which Rockwell ROM this might be or whether there are any other substitutes?
ROM parts you cannot re-program.
 You need either a EPROM, or a MTP EPROM (Multi-time programmable EPROM) or a FLASH part.

As mentioned above, 27C16 EPROMS are available on Chinese web sites, but you may need to verify that chip-select polarity & Vpp

You could make an adapter board, that uses a FLASH part (eg PLCC32 SST39VF010-70-4C-NHE is cheapest easy package flash on DK) and that would allow multiple copies of code choice
 

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: How To Copy/Clone Program from a MC6802
« Reply #18 on: August 11, 2019, 09:01:19 pm »
Once step at a time though, first thing to do is make a successful dump of the code, then you can make an adapter to use a standard EPROM or flash chip in its place. This is a fairly straightforward project, if you were local I'd offer to wire up an adapter and dump the chip for you. I have dealt with this sort of thing quite a few times working with vintage arcade machines.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf