In CYUSB 3025 after downloading FX3 Massstorage from SDK, it only detects SDHC, SDXC UHS-1 is not detecting.. please help

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

In CYUSB 3025 after downloading FX3 Massstorage from SDK, it only detects SDHC, SDXC  UHS-1 is not detecting.. please help.

I have given 3.3V in both S0 and S1 ports.

Do we need 1.8V for reading SDXC UHS -1 cards.?

0 Likes
1 Solution
Anonymous
Not applicable

Hi!,

If S0 and S1 ports are connected to 3.3V power domain in your design, then only SDHC cards get detected with the default FX3SMassStorage example project, as low voltage operation is enabled by default ( intfParams.lowVoltage = CyTrue)

You need to set intfParams.lowVoltage to CyFalse to disable low voltage operation, so that SDXc cards get detected.

View solution in original post

1 Reply
Anonymous
Not applicable

Hi!,

If S0 and S1 ports are connected to 3.3V power domain in your design, then only SDHC cards get detected with the default FX3SMassStorage example project, as low voltage operation is enabled by default ( intfParams.lowVoltage = CyTrue)

You need to set intfParams.lowVoltage to CyFalse to disable low voltage operation, so that SDXc cards get detected.