This example indeed works fine on my side too.
The reason why it doesn't work in my application is probably because my project, which is based on application note AN3518, does not include any libraries (the
.a files). I read something about the strtok function being (multi)thread unsafe. I don't know much about that...
Anyway, I got it to work in a different manner. I extracted the
strtok code from
string.c and implemented that in my application. No need for libraries and it works fine!
Message Edited by MarcVDH on
2008-04-28 01:27 PM