Hi,
I need to debug my perpheral device, but as I know if I do debug when SD is running, it can cuase the time sync issue, then cause the hard-fault. I know there's a way to use UART to show the log, but I don't think it is feasible for me, for there's many calculate and I want to see each step's result. And I don't want to switch my code between with and without the SD code as I always did.
I there a switch to shutoff the SD completely, then I can keep all my code not change, but all the api don't do any real work, then there is no time sync issue.
Thanks, Tao