CompactFlash I/O
I have a CF WiFi card (AmbiCom WL1100C-CF, Intersil Prism-based) that I would like to try to use with the Propeller. I've found the Intersil Prism Driver Programmer's Guide but am unsure how many lines need to be connected and how they need to be driven to control it.
Clearly, it can be driven by a micro, but many details of that are missing, and I'm not sure where else to look.
Any ideas?
Clearly, it can be driven by a micro, but many details of that are missing, and I'm not sure where else to look.
Any ideas?
Comments
Note that the "micro" you refer to is a micro-processor, not a micro-controller like the Propeller. The difference in this case is that the Rabbit microprocessor has a full external memory and I/O bus with at least 20 address bits (1MB) and 8 data bits.
I looked at using the Propeller (I've used it on other projects), but plenty of I/O and the parallel master port makes it simple to implement a fast CF interface for the PIC24 without extra hardware.