Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 02 Apr 2012 03:57 PM by  glennj@logicpd.com
Article: iMX31 WinCE 6.0 Configuration for Large CF Cards
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages
glennj@logicpd.com
New Member
New Member
Posts:


--
02 Apr 2012 03:57 PM
    Q:
    How do I configure the WinCE6.0 build for large CF card sizes (greater than 2GB) for the iMX31?

    A:
    The default registry settings in the
    lpd_imx31_pcmcia_imx31_50_x_x_x registry file are:

    "PccStrobeLength"=dword:00000005 ; Maximum value is 0x7F
    "PccStrobeSetupTime"=dword:00000005 ; Maximum value is 0x3F
    "PccStrobeHoldTime"=dword:00000009 ; Maximum value is 0x3F

    Running greater than 2GB CF cards:
    Our software support group has seen the following settings work on a
    larger (2GB )CF card in WinCE. In the file
    lpd_imx31_pcmcia_imx31_50_1_0_0,reg set the registry entries as follows:
    PccStrobeLength =dword:00000009 ; Maximum value is 0x7F
    PccStrobeSetupTime =dword:00000002 ; Maximum value is 0x3F
    PccStrobeHoldTime =dword:00000002 ; Maximum value is 0x3F

    For a tighter, improved response:
    The timings were successful (faster response for larger CF cards) with
    the following configuration settings:
    "PccStrobeLength"=dword:3 ; Maximum value is 0x7F
    "PccStrobeSetupTime"=dword:2; Maximum value is 0x3F
    "PccStrobeHoldTime"=dword:2; Maximum value is 0x3F


    PRODUCTS Included:
    iMX31
    You are not authorized to post a reply.