Posted on May 17, 2011 at 13:29Hi All Just wondering if anyone has used the ST DFU DLLs and written their own front end applications ? How did they find it ? What tools did you use ? (C++,C#, VB.Net ?) What were your experiences. Regards Anbeyon
Posted on May 17, 2011 at 13:27Thanks for the reply edison. When you say you suspect a pointer issue. I don;t think it can be since if I replace the fwrite(....) with fputc('A',f) it still happens! I will check the re-entrancy of the SDIO. Thanks ag...
Posted on May 17, 2011 at 13:27Sorry for re-posting Attached code as a file so that it is easier to read !! Incidentally If I only perform the open/close but not write operation I do not get the problem. This is the only taks that performs File IO. ...
Posted on May 17, 2011 at 13:27Environment: Processor : STM32F103RCT6 Software : Realview MDK-ARM 3.08 Middleware : RL-ARM (RTX RTOS), RL-FLASHFS (using SDIO) Hi everyone, I am hoping somone might be able to point me in the right direction. I have a...