Flashy Clock - Yet another DEV board

All the good stuff hardware and software wise for the Phoenix H5 series motherboards.
User avatar
Icky
Site Admin
Site Admin
Posts: 3993
Joined: Sun Sep 03, 2017 10:57 am
Location: UK

Re: Flashy Clock - Yet another DEV board

Post by Icky »

exxos wrote: Thu Nov 07, 2019 1:01 pm I still need to catch up on this, but likely be a couple more weeks before I can get back to this :(

Though this shows the "stack" with the alt-ram board plugged in. Won't exactly be like this, but gives the idea. The CPU will plug on top of the stack.
:coolpics:
exxos wrote: Thu Nov 07, 2019 1:01 pm I have also noticed that someone didn't center the 4 pin header on the flashy pcb ;)
:blonde: - I see what I did :( took the centre from the header and socket and not just the header. Oh well bodge wires it is then :)

Good job we have a v4 with some slight fixes in play. Will modify the layout now. Oh the joys of prototyping.
User avatar
PhilC
Moderator
Moderator
Posts: 6039
Joined: Fri Mar 23, 2018 8:22 pm

Re: Flashy Clock - Yet another DEV board

Post by PhilC »

Wouldn't be the same without some bodge wires now would it?
If it ain't broke, test it to Destruction.
User avatar
Icky
Site Admin
Site Admin
Posts: 3993
Joined: Sun Sep 03, 2017 10:57 am
Location: UK

Re: Flashy Clock - Yet another DEV board

Post by Icky »

PhilC wrote: Thu Nov 07, 2019 7:10 pm Wouldn't be the same without some bodge wires now would it?
True
User avatar
exxos
Site Admin
Site Admin
Posts: 23776
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Flashy Clock - Yet another DEV board

Post by exxos »

This project is hopefully going to continue next week. I uploaded a image here for the 2 boards... https://www.exxosforum.co.uk/forum/viewt ... 848#p29848

I can't remember where @Icky and I got to with the second board.. likely in a not working firmware version. Though the main firmware updates in this second version is to allow full software control over the ROM selections. Where instead of jumpers, Software can be used to switch between TOS versions. The settings will be stored in a register in the NVRAM module. This has its own challenges hardware and software wise, but I have a plan :)
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
Icky
Site Admin
Site Admin
Posts: 3993
Joined: Sun Sep 03, 2017 10:57 am
Location: UK

Re: Flashy Clock - Yet another DEV board

Post by Icky »

@exxos - Flashy Clock v3 (the small board) the firmware is working from swapping it over from the DEV board (v2) but it awaiting the addition of reading the register to set the ROM bank.

I have the v3 working but set in firmware to read from Bank 0 at the moment.
User avatar
exxos
Site Admin
Site Admin
Posts: 23776
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Flashy Clock - Yet another DEV board

Post by exxos »

@Icky cool. So I just need to start working on the nvram register stuff then :)
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: 23776
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Flashy Clock - Yet another DEV board

Post by exxos »

Plugged in - progress!

IMG_4739.JPG
IMG_4739.JPG (368.64 KiB) Viewed 2439 times
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: 23776
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Flashy Clock - Yet another DEV board

Post by exxos »

Working on the firmware :)

So in theory, a RTC register can be set in software to select the 1 of 4 flash rom banks. With the RTC being NVRAM (battery backed RAM) The ROM selection isn't lost even when powered off.


Also in theory, with some bits banking magical voodoo, when the ST resets from power up for example, the PLD will access the RTC address and recover the Flash ROM bank selection from the NVRAM register.

Basically this is exactly like using physical switches, only it is done in software now, without physical switches.

Hopefully I can get this sorted today.. Famous last words :lol: but in my defence, it all works on paper :lol:

2.JPG
2.JPG (182.87 KiB) Viewed 2419 times
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
PhilC
Moderator
Moderator
Posts: 6039
Joined: Fri Mar 23, 2018 8:22 pm

Re: Flashy Clock - Yet another DEV board

Post by PhilC »

Sounds like it should work to me, so good luck with getting it implemented in software.
If it ain't broke, test it to Destruction.
User avatar
exxos
Site Admin
Site Admin
Posts: 23776
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Flashy Clock - Yet another DEV board

Post by exxos »

PhilC wrote: Mon Dec 09, 2019 3:01 pm Sounds like it should work to me, so good luck with getting it implemented in software.
Yeah, The firmware is done, just I have to code some new routines in my crappy clock program now which will take a while.
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.
Post Reply

Return to “PHOENIX ZONE”