Posted on February 19, 2014 at 09:35Hi I'm trying to write some values to a textfile but without success. I work with the IAR Workbench. Bellow the code which I found also in the Arm User Guide:#include <stdio.h> FILE *f; f = fopen (''Test.txt'',''r...