Skip to main content
antonius
Associate III
March 24, 2017
Solved

FreeRTOS and SDIO setting ?

  • March 24, 2017
  • 7 replies
  • 1651 views
Posted on March 24, 2017 at 14:38

Everyone,

I tried to run SDIO with RTOS, but never got luck,

Any ideas why ?

If I disabled RTOS, SDIO can run properly but if I enabled it, SDIO is stopped running..

Thanks

#freertos #sdio
This topic has been closed for replies.
Best answer by antonius
Posted on March 28, 2017 at 05:21

I've fixed it, I disable SDIO interrupt and, I put f_mount on reading file, and it's ok, now, thanks

7 replies

Tesla DeLorean
Guru
March 24, 2017
Posted on March 24, 2017 at 15:35

>>

Any ideas why ?

Debugging would involve looking at any error status returned by the peripheral or the card.

Examine the interactions of interrupts (SDIO, DMA, etc) in the two cases (working vs not).

Add telemetry so you see/identity differences in behaviour.

User/System execution of code. 

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
antonius
antoniusAuthor
Associate III
March 24, 2017
Posted on March 24, 2017 at 15:46

Ok, thanks for the advice,

Do you reckon there is a interrupts conflict between RTOS and SDIO ?

I don't change any settings on RTOS, only by default, but it's blocking

SDIO straight ..