SDK 2.7.0 fsl_sd.c SD_CardInit incorrect condition

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SDK 2.7.0 fsl_sd.c SD_CardInit incorrect condition

1,541件の閲覧回数
tomasvavra
Contributor I
    /* probe bus voltage*/
    if (SD_ProbeBusVoltage(card) == kStatus_SDMMC_SwitchVoltageFail)
    {
        return kStatus_SDMMC_SwitchVoltageFail;
    }

This code ignores other errors from SD_ProbeBusVoltage than kStatus_SDMMC_SwitchVoltageFail and ties to continue. I see these for some SD card.

タグ(2)
0 件の賞賛
返信
3 返答(返信)

1,460件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Tomas Vavra

Please let me know your chip part number? I will check. Thanks!

Have a nice day,

Jun Zhang

0 件の賞賛
返信

1,460件の閲覧回数
tomasvavra
Contributor I

Hello ZhangJennie, sorry, my mistake. It is LPC54618 on LPCXpresso54618.

0 件の賞賛
返信

1,460件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Thanks, I will suggest it to SDK development team today.

As the SDK team member is probably affected by new coronavirus, the response may be not that fast.

Please add the other error statement to your code if it's necessary for the moment.

Appreciate your understanding.

Have a nice day,

Jun Zhang

0 件の賞賛
返信