Hi Everyone,
Yet another post requesting help from the people far more versed in OpenAt than myself
This time I’ve started abusing the on-board microSd card and have found that the functions used to access the card eventually stop accessing it correctly.
From power on ( as in plug in ) everything is fine.
The card has cmd0, cmd55, acmd41, cmd59 and cmd16 sent to it to set up the connection and it’s good.
Writing and reading are fine.
But I’ve integrated an ftp function. This function needs to run as fast and often as it dares to get the data out in a sensible time.
So far tests have been very inconsistent, on one occasion the system did actually complete ( several hours later ). However, for the most part the ftp stops working, and looking at the trace it’s because all commands to the sd card or no longer receiving any response.
Doing an at+wopen=0 then =1 or at+cfun=1 doesn’t fix the problem. The sd card continues ignoring all transmissions.
An actual power cycle to the whole device sorts it, but that is not a good solution for anything.
The sl6087 does not have any way to control the power to the Sd so I am unable to cycle it that way.