Question
FR_INVALID_OBJECT SD Card with CMSIS- RTOS
Posted on March 17, 2018 at 07:02
I am working with a STM32f4 using freeRTOS code generated by stmCube.
I am getting a FR_INVALID_OBJECT if i wait to write to an SD card but if i write to it immediately after the thread is created i dont have the problem. I have no idea what could be the cause because i have plenty of stack space. does anyone have similar problem?
#stme32-cube #sd-card- #cmsis-rtos