Page 1 of 1

RTC On CD32 Riser

Posted: Sun Jun 16, 2019 11:05 am
by go0se
I've often seen casual feature requests for a RTC to be added to CD32 projects. I know this has been a suggested addition to TF boards and that TF has rightly pointed out that such a 'one time' feature should live on the riser rather than his cards.

On delving further into the idea it becomes clear that the CD32 doesn't provide any RTCCS/_IORD/_IOWR pins on the expansion or indeed a GAYLE chip that would allow straightforward integration of a design such as https://github.com/screwbreaker/OpenA1200RTC onto the riser PCB.

I assume additional circuitry is required to implement this missing logic. Does anyone know of any open projects that implement a RTC circuit on the CD32? I know expansions such as the SX1 have a RTC so it must be possible. I also know that the original Kipper riser proposed a RTC but it wasn't implemented for whatever reason so it might just be a dead end?

Any information or links to existing resources would be appreciated.

Cheers.

Re: RTC On CD32 Riser

Posted: Sun Jun 16, 2019 11:40 am
by terriblefire
i'd use a XC9536XL chip to decode the address and use this circuit. The ata.v code in my sources will generate the IOR/IOW signals for you
Screenshot 2019-06-16 at 11.39.30.png
Screenshot 2019-06-16 at 11.39.30.png (247.43 KiB) Viewed 3849 times

Re: RTC On CD32 Riser

Posted: Sun Jun 16, 2019 12:12 pm
by go0se
Excellent, I'll take a look at the sources. The addition of the small footprint CPLD suggested along with the added RTC circuit it might even be possible to prevent the riser PCB growing into an ugly monster! :) Cheers.

Re: RTC On CD32 Riser

Posted: Sun Jun 16, 2019 1:06 pm
by terriblefire
If im honest.. i woudlnt just add this to the kipper riser..

I'd look at using an STM32 type chip with dual USB ports to let us add wireless mouse/keyboard and bluetooth game controllers to the CD32.

Then i'd probably use a VGA port etc to give a really worthwhile upgrade.