acassis commented on issue #11420:
URL: https://github.com/apache/nuttx/issues/11420#issuecomment-1867735114

   @GC-20-20 please double check you board config, I suggest you to look the 
SDCARD examples for stm32f4discovery and stm32f401rc-rs485. Double checkout all 
pins and notice that your board doesn't have the Card Dection (CD) pin 
connected to the MCU. 
   
   Also you can enable the debug options to collect more information:
   
   ```
   Build Setup  --->
       Debug Options  --->
           [*] Enable Debug Features
           ...
           [*]   File System Debug Features
           [*]     File System Error Output
           [*]     File System Warnings Output
           ...
           [*]   Memory Card Driver Debug Features
           [*]     Memory Card Driver Error Output
           [*]     Memory Card Driver Warnings Output
           [*]     Memory Card Driver Informational Output
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to