On 4/14/2024 7:02 AM, Ahmad Noori wrote:
Hi
I have a custom board with stm32h743vit6
I port nuttx to this board and i am using it.
I have problem with mmcsd sdio and i cant mount sd card. I get error 19
when mount sd card.
I test my hardware with stm32cubeide and its ok.
Please help me to solve this problem.
Thank you
In errno.h:
92 #define ENODEV 19
93 #define ENODEV_STR "No such device"
The logic in drivers/mmcsd/mmcds_sdio.c reports ENODEV when there is no
card detected in the slot (and possibly other reasons). First step is to
find out which condition generates the ENODEV.