You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!

32768 color dual Shifter ST mod - schematics lost?

General discussions or ideas about hardware.
User avatar
sporniket
Site sponsor
Site sponsor
Posts: 1161
Joined: 26 Sep 2020 21:12
Location: France

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by sporniket »

ijor wrote: 07 Mar 2022 16:10
sporniket wrote: 27 Feb 2022 22:52 And in the mean time, I will have to address that so that "no bit manipulation when load is low" for the next spin.
Might make more sense to do it "only when CS is asserted". This would avoid unnecessarily switching the transceivers on every A5 toggle.

But more important, you should perform a small timing analysis. You probably need faster parts. Why are you using HC parts for the 245's? But putting very fast parts blindly might not be a good idea either. Note that using CS vs LOAD for the control logic would significantly affect the timing. Not necessarily one better than the other in this regard. You have to perform a timing analysis to be sure.
The original text used HC parts, that's why. I used 2 '245 instead of one '243 + one '245 because I manage 7 bits, so I need 14 (2x7), but I admit that I could not figure out how it was done originally.
User avatar
mrbombermillzy
Moderator
Moderator
Posts: 2282
Joined: 03 Jun 2018 19:37

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by mrbombermillzy »

It would have been great to have figured these things a few months earlier. Oh well. Never mind.

However, I will see what can be done with the current prototype in this thread: https://www.exxosforum.co.uk/forum/viewt ... =29&t=5228
User avatar
sporniket
Site sponsor
Site sponsor
Posts: 1161
Joined: 26 Sep 2020 21:12
Location: France

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by sporniket »

mrbombermillzy wrote: 07 Mar 2022 20:59 I will see what can be done with the current prototype in this thread: https://www.exxosforum.co.uk/forum/viewt ... =29&t=5228
If the prototype gives promising results, I believe that I can find a few easy hardware patches to switch the bits only when /CS is asserted.
User avatar
Icky
Site Admin
Site Admin
Posts: 4347
Joined: 03 Sep 2017 10:57
Location: UK

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by Icky »

sporniket wrote: 08 Mar 2022 04:57 If the prototype gives promising results, I believe that I can find a few easy hardware patches to switch the bits only when /CS is asserted.
Nothing like a few bodge wires on a dev board :) It's part of the course.
User avatar
mrbombermillzy
Moderator
Moderator
Posts: 2282
Joined: 03 Jun 2018 19:37

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by mrbombermillzy »

Icky wrote: 08 Mar 2022 08:20
sporniket wrote: 08 Mar 2022 04:57 If the prototype gives promising results, I believe that I can find a few easy hardware patches to switch the bits only when /CS is asserted.
Nothing like a few bodge wires on a dev board :) It's part of the course.
Well, I will leave the hardware side to you guys. I don't have much experience with this side of things...especially on the ST. Just let me know what to change and I will get it done.

(The shifter test software will also be the first bit of coding I've done for the ST). EDIT: actually, I made some changes to Gembench for Exxos recently, which I'd forgotten about. Oops! :lol:

So, more enthusiasm than skill in this particular project, but I will try to do my best on the SW side! :)

Just want to thank @sporniket for taking the leap of faith and starting the ball rolling.
User avatar
sporniket
Site sponsor
Site sponsor
Posts: 1161
Joined: 26 Sep 2020 21:12
Location: France

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by sporniket »

After getting encouraging results using the experimental version, it's time to prepare the next iteration. I repurposed the '257 to enable/disable the bit manipulation trick according to /CS. That will ensure that during screen rendering, the databus is transmitted as is to the second shifter.

patch-v1-rc1.png
You do not have the required permissions to view the files attached to this post.
User avatar
sporniket
Site sponsor
Site sponsor
Posts: 1161
Joined: 26 Sep 2020 21:12
Location: France

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by sporniket »

Small update of the month : with the return of payday, I could order the new PCB, now waiting...

and-now-we-wait.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
sporniket
Site sponsor
Site sponsor
Posts: 1161
Joined: 26 Sep 2020 21:12
Location: France

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by sporniket »

With all the part delivered and some time to do soldering, it's time to build the second prototype.

2022-07-14--00-ready-to-start.jpg

This time I ordered resistors with color rings instead of digits printed on it, so that I don't have to take care of bending the leads so that the digits are shown. But it's still inconvenient to check...

2022-07-14--01-checking-resistors-so-tiny.jpg

Anyway let's populate the board...

2022-07-14--02-looking-good.jpg
2022-07-14--03-neat.jpg

At this point, I checked the resistors value using a multimeter... And it was the right move : :o :shock: :oops: :cry: :evil:

2022-07-14--04-ooops.jpg

Damn, I ordered the wrong resistor value. Fortunately, this is easy to fix using 2 7k5 resistors in parallel... 8-)

2022-07-14--05-bodge-resistors-step-1.jpg
2022-07-14--06-bodge-resistors-step-2.jpg

minus one point for the visual though :lol:

2022-07-14--07-tada.jpg

And done, the pink sticker marks the only HCT component I could order, others where out of stock, so I used the spare HC I had ordered last time. It was working so far, so I expect to still be ok.

And not shown is the solder-side generously isolated with polyimide tape.

Time to have lunch :)

edit: reformulation
You do not have the required permissions to view the files attached to this post.
User avatar
mrbombermillzy
Moderator
Moderator
Posts: 2282
Joined: 03 Jun 2018 19:37

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by mrbombermillzy »

:dualthumbup:

Looking forwards to seeing if the previous colour errors have been corrected.
User avatar
sporniket
Site sponsor
Site sponsor
Posts: 1161
Joined: 26 Sep 2020 21:12
Location: France

Re: 32768 color dual Shifter ST mod - schematics lost?

Post by sporniket »

mrbombermillzy wrote: 14 Jul 2022 13:19 :dualthumbup:

Looking forwards to seeing if the previous colour errors have been corrected.
So do I :)

Return to “HARDWARE DISCUSSIONS”

Who is online

Users browsing this forum: CCBot and 70 guests