Look for PCMCIA adapters and you may find for example O2Micro OZ6912 Cardbus Controller
.
Double click on the defined controller and navigate the Resources
tab.
The Memory Range resource settings, for example FFAFF000-FFAFFFFF
need to be noted as this is the start address of the controller. This is needed to tell the MCE application to find the PCMCIA card.
For this particular PCMCIA adapter the memory starts at FFAFF000-FFAFFFFF
Formule: Eg: if the PCMCIA socket has a memory resource of FFAFF000
then use this as a parameter to the MCE application.
Take the first four hexadecimals of the memory address: FFAF
and add a w
as a prefix and insert a d
just before the last hexadecimal value, so this will combine into wFFAdF
.
The command line, as an end result, will be like:
"C:\ElanPCCARD\Memory Card Explorer\MCE.EXE" wFFAdF
Copy the above mentioned command into the shortcut created by the installer or create a new shortcut on your desktop.
Start the application using this shortcut.
Click ‘OK' on the splash screen and wait for the PC-Card services to register.
Now the MCE will start and show the detected card which is inserted in the PCMCIA slot.
To make sure that your PCMCIA card and the slot has been detected click on the i icon at the top of the main interface.
Now the application is ready for reading, verifying and writing your linear flash card.