TF536 + 68000 relocator and ROM board project.

Other boosters or variants.
User avatar
exxos
Site Admin
Site Admin
Posts: 23737
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: TF536 + 68000 relocator and ROM board project.

Post by exxos »

stephen_usher wrote: Mon Oct 12, 2020 10:48 pm Hmm.. that would mean going up to a four layer board, which increases the costs hugely.
Yep, welcome to my world ;)
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
stephen_usher
Posts: 5661
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: TF536 + 68000 relocator and ROM board project.

Post by stephen_usher »

Thinking about this, the signals I measured last night show that the biggest concern is the /RESET line which is picking up something, 60Hz on the short trace and 230Hz on the longer one.

There are a few things to try. Firstly a terminating resistor, which acts as a damper at the end of the wire stopping reflections of the noise and countering resonance, so I can try a 10K pull-up. Alternatively, as it's a "slow" signal, I could put an inductor on the wire. Again, this would dampen any high frequency noise.

The noise on the power and ground are significant but a lot smaller than any signal. Again, adding inductors would smooth out the high frequencies here. Just have to make sure that they don't have values which will resonate with the 0.01uF capacitors at RF frequencies. We don't want Radio 2 on the power line.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
derkom
Moderator
Moderator
Posts: 1215
Joined: Sun Jul 29, 2018 6:45 pm

Re: TF536 + 68000 relocator and ROM board project.

Post by derkom »

exxos wrote: Mon Oct 12, 2020 10:16 pm You need to use power planes for this stuff. If your just routing a power "track" its going to be nothing but headaches.
stephen_usher wrote: Mon Oct 12, 2020 10:48 pm Hmm.. that would mean going up to a four layer board, which increases the costs hugely.
I think @exxos is right for a complicated board where you need power all over the place, but I don't see the need on something simple like this. If you really find that you need to keep power out of the board, you can always just inject power near the sockets, and avoid going up to a four-layer.

But I think a decently fat power trace, and supplemental power onto the TF536, should work fine. It certainly seems to be fine on my board, but then again, mine can't double as a serving tray. :lol:
User avatar
exxos
Site Admin
Site Admin
Posts: 23737
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: TF536 + 68000 relocator and ROM board project.

Post by exxos »

I put 1K on reset as a pull up to stop issues. The reset circuits sux on original machines anyway, its why I went with a modern solution on the H4.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
exxos
Site Admin
Site Admin
Posts: 23737
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: TF536 + 68000 relocator and ROM board project.

Post by exxos »

derkom wrote: Tue Oct 13, 2020 11:36 am I think @exxos is right for a complicated board where you need power all over the place, but I don't see the need on something simple like this. If you really find that you need to keep power out of the board, you can always just inject power near the sockets, and avoid going up to a four-layer.
This is basically going with what Atari did and why the ST's have so many crazy issues because of bad power rails. So "works" yes, works "ideally" no. If people want to do things properly, then power planes is a must. running separate power cable to the board will only help with voltage or current draw issues, not noise.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
stephen_usher
Posts: 5661
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: TF536 + 68000 relocator and ROM board project.

Post by stephen_usher »

Yeah, though there are mitigation measures for high frequency noise, such as inductors. Also narrow, long, straight traces act as better antennae.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
exxos
Site Admin
Site Admin
Posts: 23737
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: TF536 + 68000 relocator and ROM board project.

Post by exxos »

Don't forget, the bus etc is being pulled up via 10K (or whatever) resistor. "power" in each signal is hardly anything. However, capacitive coupling "loading" as said before, can cause very slow rising waveforms which is where problems start.

The only real power in the signal traces is when switching to 0V, which is why you need a good ground. You have all sorts of frequencies at play up to 50MHz (plus higher harmonics) all randomly going on, its a huge mess.

So you decrease the resistance pullups to compat loading (mostly capacitive), have a solid ground to stop said mess, avoid right angles in traces as much as possible as it increases inductance which compounds said problems. Straight traces are the best compromises, thinner traces give higher impedances in the MHz ranges so act as a "natural" few ohms resistance which can actually help with ringing on signals.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
stephen_usher
Posts: 5661
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: TF536 + 68000 relocator and ROM board project.

Post by stephen_usher »

The address and data signals are clear, just some low amplitude high frequency noise and good levels. /AS need to be looked at as it's messy and only gets up to about 3V, so a pull-up on that is probably advisable.

The noise on the +5V rail and GND is probably in the region of 0.2V, if that.

The /reset, however has sharp, high frequency spikes with the oscillations attenuating in a few microseconds. On one socket these appear every 60th of a second and on the other about once every 230th of a second. The amplitude is about 2.5 volts!
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
User avatar
PhilC
Moderator
Moderator
Posts: 6037
Joined: Fri Mar 23, 2018 8:22 pm

Re: TF536 + 68000 relocator and ROM board project.

Post by PhilC »

@stephen_usher if it helps I can probably post some waveforms later on, will look at the /reset for starters.

Ok, so ive just checked /reset and /halt and with the scope I measure the ripple at the motherboard socket as 200mv on ground and /reset but thats then 500-600mv on the left socket and 280 to 360mv on the right hand socket.
20201013_170252.jpg
20201013_170252.jpg (172.56 KiB) Viewed 2335 times
20201013_170244.jpg
20201013_170244.jpg (168.04 KiB) Viewed 2335 times
If it ain't broke, test it to Destruction.
User avatar
stephen_usher
Posts: 5661
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: TF536 + 68000 relocator and ROM board project.

Post by stephen_usher »

Well, I've fitted 10K pull-ups to /AS and /RESET and they're looking a LOT healthier. /AS is going above 4V now. /RESET is as noisy as +5V.

I've also fixed the E2 line so the right-hand socket works properly. It was my completely useless surface mount skills which was causing the problem.

I've not tried with the TF yet.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
Post Reply

Return to “EVERYTHING ELSE”