|
GPIO access to USB DATA+ and DATA- ?
Hi,
I am looking for a method to connect 2 external switches as binary input devices to my Dell Axim x50v. Building a microcontroller interface (switches => microcontroller [transmitting serial commands] => FT232 [or similar USB interface IC] => Axim) would be one solution, but this appears to be overkill. What I am really wondering is how the USB DATA+ and DATA- lines are connected to the controller. The closest answer I found was here: handhelds.org/moin/moin.cgi/DellAximX50Hardware (Sorry, since this is my first post I am not permited to post a full URL.)
Still, I am not certain if the USB data lines are directly connected to the Axim's PXA270 or if there is another IC in between.
Alternatively, I could use the RTS and CTS lines (GPIO40 and GPIO41) -- has this been tried?
Ideally, I am looking for 2 lines that can be periodically polled by directly accessing a GPIO register without much overhead from drivers etc.
I'd appreciate any hints.
Fred
|