Posted on May 17, 2011 at 09:58Hi all, Just a things: When you use a printf() function, keep in mind this function will use a huge quantity of stack, something like 2K of RAM, if my memory is good. Always provide a huge stack for each thread calling...
Posted on May 17, 2011 at 09:58Hi, I don't know your compiler (but i'm fairly sure this compiler use a GCC toolchain) but according to my previous experience with GCC and libraries provided with it by default (NewLib): The Float support for sprintf,...
Posted on May 17, 2011 at 09:57Hi, According to the lack of details in your 1st post, maybe you could describe a little bit more, What do you mean by ''sync on GPS signal'' (I never worked with GPS signal). Do you want to start to count a duration o...
Posted on May 17, 2011 at 09:54Hi Guy, I was exactelly in your case, In fact, the code which erase and reprogramme MUST be run from the memory and not from the FLASH. Especially at 96Mhz. This code was working FINE with a STR912 running at 96Mhz, wi...