Author Topic: Problems with Z80 DART serial  (Read 3205 times)

0 Members and 1 Guest are viewing this topic.

Offline profdc9Topic starter

  • Frequent Contributor
  • **
  • Posts: 318
  • Country: us
Problems with Z80 DART serial
« on: July 27, 2021, 06:52:00 pm »
I made a PCB for Grant Searle's Z80 CP/M computer.

https://github.com/profdc9/Z80SBC

I have had a problem I can not figure out. When I turn on and reset the computer from a cold start after not having applied the power for awhile, the computer seems to operate just fine. I can boot up CP/M and use it for about 2 or 3 minutes. However, after 2 or 3 minutes, CP/M starts to show BDos errors and directories appear with duplicated filenames. Shortly afterwards, the computer stops accepting serial input, though if I reset serial output occurs (it displays the "Press [SPACE] to activate console").

I have removed the compactflash card and all of the chips I added to the design and the problem still happens. I thought it might be that I was using the Z80A DART, so I bought a Z80B DART, but that did not help.

If I unplug the computer and allow it to stay unplugged for a few minutes, the computer is fine again for a few minutes. Maybe its a heat problem, but none of the chips get more than slightly warm.

If anyone could provide advice on how to track down such an intermittent problem I would appreciate it. The schematic for the Z80 computer is in the github project.

Thanks!
 

Offline Andy Watson

  • Super Contributor
  • ***
  • Posts: 2070
Re: Problems with Z80 DART serial
« Reply #1 on: July 27, 2021, 08:16:06 pm »
It does sound very much like a thermal problem. Is the power-supply holding up? Take a can of freezer, or other cooling agent (alcohol ?) and check each chip in turn.
 

Offline saipan59

  • Contributor
  • Posts: 32
  • Country: us
Re: Problems with Z80 DART serial
« Reply #2 on: July 27, 2021, 09:33:05 pm »
Simple idea: Try putting an ice cube tray directly over/under the board.
If that helps it run longer, then definitely thermal.

Or, as Andy said, monitor PS voltages during that first couple of minutes, to see if anything changes.

Pete
 

Offline profdc9Topic starter

  • Frequent Contributor
  • **
  • Posts: 318
  • Country: us
Re: Problems with Z80 DART serial
« Reply #3 on: July 28, 2021, 12:29:41 am »
Well, I placed a beer can on the Z80 processor and now it seems to work for awhile.

The conclusion is naturally, my processor wants beer.   ;)

Or, the beer can is cold and cooled the processor.
 

Offline SiliconWizard

  • Super Contributor
  • ***
  • Posts: 14230
  • Country: fr
Re: Problems with Z80 DART serial
« Reply #4 on: July 28, 2021, 12:48:24 am »
Well, a Z80 overheating? I don't think I've ever seen this.
Or maybe the board itself is heating for some reason, and in turns heats the CPU...
 

Offline saipan59

  • Contributor
  • Posts: 32
  • Country: us
Re: Problems with Z80 DART serial
« Reply #5 on: July 28, 2021, 03:53:48 pm »
One more thought:
Rather than a heat-sensitive chip, another possibility is a cracked solder joint or PCB trace that goes hi-Z with temp changes.

Pete
 

Offline SiliconWizard

  • Super Contributor
  • ***
  • Posts: 14230
  • Country: fr
Re: Problems with Z80 DART serial
« Reply #6 on: July 28, 2021, 04:19:35 pm »
One more thought:
Rather than a heat-sensitive chip, another possibility is a cracked solder joint or PCB trace that goes hi-Z with temp changes.

Could be! Actually, cracked solder joints can themselves induce this: even when cold, they may already have an increased resistance. If any significant current passes through this, the joint will just heat up while the circuit is operating, further increasing its resistance... further heating... until voltage drops enough that the whole thing stops functioning.
 

Offline granzeier

  • Regular Contributor
  • *
  • Posts: 84
  • Country: us
Re: Problems with Z80 DART serial
« Reply #7 on: July 28, 2021, 08:49:49 pm »
Have you tried another one of your boards, preferably with different chips and components? That would tell you if the trouble is that board or components on it, of the trouble is in the design of your board.
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5817
  • Country: de
Re: Problems with Z80 DART serial
« Reply #8 on: July 28, 2021, 09:05:51 pm »
Question based on a similar experience:
Are you really using 74HCTxx and not 74HCxx parts?
 

Offline profdc9Topic starter

  • Frequent Contributor
  • **
  • Posts: 318
  • Country: us
Re: Problems with Z80 DART serial
« Reply #9 on: July 28, 2021, 10:12:04 pm »
Well, I am slightly overclocking a Z80B to 7.3728 MHz (from 6 MHz).   Perhaps this is marginal.  I am acquiring a 8 MHz version.  But I was told that slightly overclocking the Z80B part generally works, but perhaps I was misinformed.   I am also getting a 3.6864 MHz crystal to try that as well.

I went over the solder joints twice and reheated them and retinned them.  I don't think it's a solder joint.

I am using 74HCT/74LS parts for the address decoding logic, and I tried the circuit with all 74HC parts removed.

 

Offline SiliconWizard

  • Super Contributor
  • ***
  • Posts: 14230
  • Country: fr
Re: Problems with Z80 DART serial
« Reply #10 on: July 28, 2021, 11:27:32 pm »
Can you try downclocking the CPU just to see if it's the cause?
 

Offline profdc9Topic starter

  • Frequent Contributor
  • **
  • Posts: 318
  • Country: us
Re: Problems with Z80 DART serial
« Reply #11 on: July 29, 2021, 01:35:47 am »
In order to get a usable baud rate I need to downclock to half the crystal speed, which is why I ordered a 3.6864 MHz crystal, but I could try to inject it using a function generator I suppose.
 

Offline profdc9Topic starter

  • Frequent Contributor
  • **
  • Posts: 318
  • Country: us
Re: Problems with Z80 DART serial
« Reply #12 on: July 29, 2021, 02:55:12 am »
Well, it's been running off my function generator at 3.6864 MHz for about half an hour now, so it seems to be stable at this frequency.

Maybe it is the slight overclocking...
 

Offline SiliconWizard

  • Super Contributor
  • ***
  • Posts: 14230
  • Country: fr
Re: Problems with Z80 DART serial
« Reply #13 on: July 29, 2021, 03:56:47 pm »
Well, it's been running off my function generator at 3.6864 MHz for about half an hour now, so it seems to be stable at this frequency.

Maybe it is the slight overclocking...

That's interesting! I admit I have never tried overclocking Z80 CPUs, so I have no clue how amenable to this they were. Apparently, not very.
Now as cooling the CPU seems to help, you could just add some heatsink on the CPU and call it a day.

 

Offline woofy

  • Frequent Contributor
  • **
  • Posts: 320
  • Country: gb
    • Woofys Place
Re: Problems with Z80 DART serial
« Reply #14 on: July 29, 2021, 10:16:03 pm »
Well, I am slightly overclocking a Z80B to 7.3728 MHz (from 6 MHz).   Perhaps this is marginal.  I am acquiring a 8 MHz version. 

The DART runs from the same clk as the CPU, so make sure you have an 8MHz DART too.


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf