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.?
Solved! Go to Solution.
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.
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.