Mutex Parameter Error-SD Card

Ah wow that’s pretty impressive and good to know it’s capable of managing that. I’ve been looking into attempting a project where you can edit the stored page on the board from the browser.

But yes I was able to read the SD card successfully in another program, however i’ve made progress… I’m able to read from the SD now, it was another function used for global settings, the part where it was attempting to read and write from flash must’ve been causing the error. Due to instead of initializing the settings, by attempting to read the flash followed by restoring the settings and writing them back to flash for later use, I just restored the global settings and removed the code that writes them to flash and it now works correctly with the following out. :slight_smile:


Thanks for the help!
BR, Jay