Hi
In my device I use an SD card, so I integrated MQX sdcard example in my project.
All default sd shell commands work (sd dir, sd read, sd write...) except for sd format. It starts formatting card, but after a while. watchdog resets system. Is this operation blocking? If yes, maybe I could add a very short time delay in the loop in charge of deleting all memory blocks.
Thank you