Author |
Topic |
|
akidder
1519 Posts |
|
akidder
1519 Posts |
Posted - 08 Apr 2003 : 17:18:19
|
Using the BusReset() Function
In addition to toggling the PCMCIA reset line, BusReset() performs several other functions to initialize the CF bus interface. In particular it energizes the bus control lines and activates the Wait line.
You should call BusReset() the first time you use the bus and again each time after wakeup.
Note that the Wait line activation is optional. You can change this function in the driver as needed to suit your application.
|
|
|
ctacke
877 Posts |
Posted - 27 Aug 2003 : 14:56:46
|
Feature Update: XScale Support
We've added support for the PXA255 Xscale device. The PXA255 has a different base address and a completely different set of registers for controlling bus speed. Rev 3 provides the necessary changes for the XScale by simply making sure the following line in ADSCF2.h is uncommented:
#define XSCALE
To revert to the StrongARM, simply comment out the line.
We've left the Rev 2 download in place as it is easier to read without all of the #ifdefs |
|
|
|
Topic |
|
|
|