• log file
    hello, I would like to clear the log file before to write in the ouput windows. I would like that the log file only contain the last ligne of the output windows. is it possible to do that...
  • 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...
  • Logging catastrophic software error on LPC1768
    We are developing using LPC1768, we using a number of subsystems, TCP, SD card, SPI. For some reason that we don’t understand occasionally we have some failure in the software that causes the system...
  • armcc and appending to log with '--errors' for CMake
    armcc, armasm, armlink etc has command line option "--errors=file" to redirect diagnostic output messages to a file instead of stdout. This always overwrites the logfile. Other compilers have the possibility...
  • 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...