Author Topic: Tektronix SP232 eprom dump  (Read 1500 times)

0 Members and 1 Guest are viewing this topic.

Offline picburnerTopic starter

  • Frequent Contributor
  • **
  • Posts: 496
  • Country: it
Tektronix SP232 eprom dump
« on: July 20, 2019, 03:39:07 pm »
I have a SP232, serial extended function module, for Tektronix TDR 1502B/C - 1503B/C which suddenly failed.
After a search the fault would reside in the eprom U1016 (27C512) which probably got corrupted.
Has anyone by chance done and has the dump of this eprom?
Tek code should be 160-4978-00, Thanks.
 

Offline picburnerTopic starter

  • Frequent Contributor
  • **
  • Posts: 496
  • Country: it
Re: Tektronix SP232 eprom dump
« Reply #1 on: July 25, 2019, 04:07:11 pm »
Apparently only two people around the world have this interface, one is me and the other does not frequent this forum.
Unfortunately this eprom cannot be found on the usual sites like Tek Wiki, KO4BB, Electronicsandbooks etc.
The eprom is not even on sale and there is not even on sale the complete interface (at least at a reasonable price).
 

Online _Wim_

  • Super Contributor
  • ***
  • Posts: 1514
  • Country: be
Re: Tektronix SP232 eprom dump
« Reply #2 on: July 26, 2019, 04:05:38 pm »
Hi, did you try to read-out your eeprom? What result did you get? You could try to reprogram a new eeprom with what you were able to read or maybe the stored content is ASCII and the corrupted characters can be guessed?
 

Offline picburnerTopic starter

  • Frequent Contributor
  • **
  • Posts: 496
  • Country: it
Re: Tektronix SP232 eprom dump
« Reply #3 on: July 26, 2019, 07:03:52 pm »
yes, I tried to read the eprom but the data it contains is inconsistent.
I tried to disassemble the content with dasm51 (the processor is an 80C31) but the asm source obtained does not make any sense.
The certainty of the failure of the eprom derives from the fact that I tested all the other components on the pcb.
Thanks anyway for your kind reply.
 

Offline Per Hansson

  • Supporter
  • ****
  • Posts: 428
  • Country: se
Re: Tektronix SP232 eprom dump
« Reply #4 on: April 20, 2021, 03:25:37 pm »
Hi picburner
I just got one of these off eBay, I have not tested it yet because I don't have a 25pin serial cable but it is in amazing condition.
I have dumped the EEPROM with the guess that it is a AM27C512 because my programmer gives ID 0191 from the chip (AMD)
I tried several times and at different speeds and always got identical dumps.
 
The following users thanked this post: _Wim_

Online _Wim_

  • Super Contributor
  • ***
  • Posts: 1514
  • Country: be
Re: Tektronix SP232 eprom dump
« Reply #5 on: April 20, 2021, 05:19:37 pm »
Hi picburner
I just got one of these off eBay, I have not tested it yet because I don't have a 25pin serial cable but it is in amazing condition.
I have dumped the EEPROM with the guess that it is a AM27C512 because my programmer gives ID 0191 from the chip (AMD)
I tried several times and at different speeds and always got identical dumps.

Thanks for posting this. Is this a complex board, or would it be possible to replicate? Do you have any pictures of the PCB? I have been looking for one of these also, but so far no luck.
 

Offline Per Hansson

  • Supporter
  • ****
  • Posts: 428
  • Country: se
Re: Tektronix SP232 eprom dump
« Reply #6 on: April 20, 2021, 05:55:09 pm »
It's a really simple board layout wise.
I took a picture earlier today that I was not going to post because I'm waiting for a lightbox to arrive.
But since you asked here it is, no picture of the backside yet though, but it gives you an idea...
 
The following users thanked this post: _Wim_

Online _Wim_

  • Super Contributor
  • ***
  • Posts: 1514
  • Country: be
Re: Tektronix SP232 eprom dump
« Reply #7 on: April 20, 2021, 06:33:02 pm »
That is indeed the kind of simplicity I was expecting (and hoping for). It should indeed be quite feasible to reverse engineer.
 

Offline Per Hansson

  • Supporter
  • ****
  • Posts: 428
  • Country: se
Re: Tektronix SP232 eprom dump
« Reply #8 on: April 21, 2021, 05:15:36 pm »
Here is a picture of the back too.
The PCB measures 57.1 x 123.6mm
 
The following users thanked this post: _Wim_

Offline picburnerTopic starter

  • Frequent Contributor
  • **
  • Posts: 496
  • Country: it
Re: Tektronix SP232 eprom dump
« Reply #9 on: April 21, 2021, 07:15:02 pm »
Thanks for the report but I had already solved some time ago and I had posted the eprom dump on the ko4bb website.
If you find it useful I attach the sp232s schematic here.
Unfortunately the definition is low but that's all I have.
 
The following users thanked this post: _Wim_

Online _Wim_

  • Super Contributor
  • ***
  • Posts: 1514
  • Country: be
Re: Tektronix SP232 eprom dump
« Reply #10 on: April 21, 2021, 08:33:39 pm »
Excellent info here  :-+

Going to look closer at it this weekend.
 

Online _Wim_

  • Super Contributor
  • ***
  • Posts: 1514
  • Country: be
Re: Tektronix SP232 eprom dump
« Reply #11 on: April 25, 2021, 08:27:42 am »
Looking a bit more in detail to this, it seems the SP232 board is nothing more than a serial to parallel converter. This manual (https://www.tek.com/manual/sp232-user-manual) describes both the serial and parallel hardware protocol.

Instead of trying to replicate an old 8051 micro board, I think it might be a better idea to just use an arduino or similar instead.
 

Offline picburnerTopic starter

  • Frequent Contributor
  • **
  • Posts: 496
  • Country: it
Re: Tektronix SP232 eprom dump
« Reply #12 on: April 25, 2021, 01:10:37 pm »
Well, this circuit is as obsolete as the equipment it goes into.
But it works and you can try to rejuvenate it a little by using smd components.
Doing everything from scratch is certainly a good exercise and a nice pastime but if the aim is to use the device quickly, it is better to use what is already ready.
 

Online _Wim_

  • Super Contributor
  • ***
  • Posts: 1514
  • Country: be
Re: Tektronix SP232 eprom dump
« Reply #13 on: April 25, 2021, 06:51:59 pm »
No aim to use the device quickly  :)

Maybe I am underestimating the job, but we will see. I can at least give it a try, we can always go back to try and replicate the Tektronix board.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf