Page 1 of 1

SD card access seems broken with tasks

Posted: Thu May 04, 2017 5:54 am
by jsarrett
This is a cross post to github issue #569(https://github.com/espressif/esp-idf/issues/569), because I'm not sure which is better.

When I try and access the SD card from any task other than app_main I get weird errors and often illegal instruction crashes. attached is a very simple test case. The file FOO.TXT on the root of the SD card just has one line of text.

attached is a very simple test case.

I am testing against esp-idf from github @f73c6f875cc564fa6c9962be71eac4dbdc56aa63 which was master as of a few days ago

-James

Re: SD card access seems broken with tasks

Posted: Thu May 04, 2017 7:04 am
by ESP_igrr
Yes, filing a Github issue is better if you can give sufficient info to reproduce the issue (which you did). Thanks for the report.