floobydust wrote:
The full details, schematic, PCB layout, etc. are all on my GitHub repository.
In short, there are two 74HC573 octal latches. These form the 8-bit data I/O latch for the upper 8-bits of the 16-bit data path to/from the Compact Flash card. The third chip is an Atmel ATF16V8 PLD. This is the single glue logic that decodes and logically provides the drive signals for the pair of octal latches and the chip selects for the CF Card and the RTC.
Note that there are also dedicated read and write signals which are provided from the host board, which is the C02 Pocket SBC. I would suggest you take a more detailed look at both of the projects on my GitHub page... all of the details for everything are there... full schematics, PCB layouts, etc. and all of the software to make everything go, including the code for the PLD devices.
Any questions, just ask of course... also, perhaps share your schematic. That would make it easier for me to give you some guidance on how to add this adapter to your system.
I will share a schematic once I have one that is up to date, which may be a while considering I'm re-working a lot of stuff to account for replacing the 65C51 with an SC28L92.