-
Bug
-
Resolution: Fixed
-
Medium
-
TI Device Drivers
-
TIDRIVERS-4275
-
-
-
All
SDFatFS_open() disables interrupts before calling SD_open(). This caused SD_open() to fail on some devices. In general, driver specific SD_open() implementations already protect themselves from concurrency. Therefore SD_open() can be called after restoring interrupts.