PCMCIA Wakeup

To date, there is no PCMCIA standard way defined for a card to wake up a unit. However, the HP palmtop does have a plug-in card wake up scheme on GPIO pin 6. GPIO pin 6 goes to the battery voltage detect 1 (BVD1) pin on the card, but is INVERTED in the process.

The card must have a power supply independent from the palmtop because the card will not receive any power from the palmtop when the palmtop is off.

The basic wakeup scheme is:

Some special considerations are:

See the example program WAKEDEMO for a skeleton of code which enables plug-in card wakeup on an HP palmtop. A RAM card can be used to demonstrate that this program is working as mentioned above.