Re: Compact flash pinout?
Posted: Tue Nov 25, 2025 4:29 pm
Huzzah! Finally I can read from all the flash cards I have to hand - from 512MB to 4GB. At least, the info block:
There's more work to be done; at least an off-by-one in the data string decoding.
This is all in 65c02 code on the Mesolithic, with an adaptor to a Chinese IDE44 to CF card hanging off a little glue logic, and running at 5v from a powered USB extension block: And here's how it looks... I am much happier now.
Neil
Turns out it works much better if the ~rd goes to the ~rd pin, and ~wr goes to the ~wr...
Code: Select all
Serial: 004123B1305S274
Firmware: 5HDX 4.3
Model: 0SanDisk SDCFH2-2048
LBA size:
Serial: CA171107305A1WqBG0H5
Firmware: wCF B61F
Model: K512MB CompactFlash
LBA size:
Serial: 5B3C0C090021FF5
Firmware: 3Ver7.01
Model: KCF CARD
LBA size:
Serial: qCF26539439500003FY0
Firmware: 13.37
Model: SILICONSYSTEMS UDMA
LBA size:
This is all in 65c02 code on the Mesolithic, with an adaptor to a Chinese IDE44 to CF card hanging off a little glue logic, and running at 5v from a powered USB extension block: And here's how it looks... I am much happier now.
Neil
Turns out it works much better if the ~rd goes to the ~rd pin, and ~wr goes to the ~wr...