• Configuration and log file libraries?
    Hello, can recommend a library for reading and parsing configuration data from a files (on SD card)? as the case may by Libraries for creating Event log files and logging information. Alternatively...
  • Error log
    When there is a program error and Keil produces a message saying an error log is being created, where is this error log to be found?
  • Service log: moving text to file
    I'm having trouble making service log, which makes .txt file from keil. I've already made the c code, and it works good for visual studio, but not in Keil. The function i use to make the .txt log...
  • uvision logging
    Hi there, I'm new to uvision and just started working on a legacy project. Trying to wrap my head around what is going on with the code base and the variable changes in window 1 seem really helpful. Is...
  • log doesn't want to work
    hello, kill button* kill func* log off func void toggle1 (void) { credit++; } func void toggle2 (void) { lecture_switch_start_stop = 1; } signal void affichage (void) { while (1) { exec...