SW option for SD Card detection

  • In general SD Card is detect by CD detect pin (pin12).
    A SW option for detection similar to PicoCOMx is inplemented in kernel revision 1.5 or higher:

    Code
    1. Reg open \drivers\builtin\sdmmc_ch2
    2. REM UseCardAvailable -> don’t use irq pin if 1
    3. Reg set value UseCardAvailable dword 1
    4. REM CardAvailable=1, card have to be already inserted than you can access. 0 -> Card not accessable
    5. Reg set value CardAvailable dword 1
    6. Reg save

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • I have tested it on PicoCOMA5 with WinCE (Kernel Revision 1.03?) from 2013-12-04.
    WinCE doesn't show sdcard after boot.


    So far I have picocom4 used without cd-pin for sdcard-detection.
    On PicoCOM4 is "CardAvailable = 1" is set at "\drivers\BuiltIn\HSMMC".

  • Hello,


    you are right the SW feature is implemeted in kernel >= 1.05 and they are not released yet. We will do this asp.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.