MAXQ30 debug_fprintf and debug_fclose not working for debug terminal

Comments

2 comments

  • Avatar
    Jon Elliott

    The debug_fopen call is wrong, it should be:

        DEBUG_FILE *trngFile;
        trngFile = debug_fopen("TRNG_Data.txt", "a+t");
        if (trngFile == 0 )
            debug_printf("File open failed!");
    0
    Comment actions Permalink
  • Avatar
    Abimael Pena

    @Jon, Immense Thank You! This works.

    0
    Comment actions Permalink

Please sign in to leave a comment.