I'm using the MIMXRT1060-EVKB with MCUXpresso and SDK Version 2.13.0(667-2023-02-18).
I'm attempting to use the sdmmc driver for the FAT filesystem.
As a test, I imported the SDK example "evkbmimxrt1060_sdcard_fatfs" and it compiles/runs properly.
I then included fatfs in my project via the "Manage SDK Components" button in MCUXpresso by selecting the FatFs middleware item.
I also assigned pins for the project via the "Pins" config tool.
The project compiles, but access to a micro-SD card via fatfs calls fails due to problems with card-detect.
In debugging, I noticed that the project setup/organization is different when using the MCUXpresso "managed" project versus the imported "demo". This makes me wonder if the demo was created in a different environment.
But more importantly, the demo seems to have more recent files for sdmmc_config.c than those provided via the 2.13.0 version of the SDK. In particular, the demo version has code to deal with modifications needed to pullup/pulldown data line 3 for card detection in micro-sd cards.
Wondering if the correct file versions for sdmmc card support are included in 2.13 (the latest) SDK?
Thanks!