• Printf redirect to STDOUT
    I have a real STM32F103ZE hardware which i program simple test printf redirect to STDOUT UART. If i put printf("Test"); then it does not output anything until to UART until it reaches 64 bytes and...
  • stdout vs. sterr
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) print warnings and errors to stderr? Our current version (3.12) doesn't do so. My makefiles redirect stdout to a log file but when a warning...
  • Redirect stdout in C++
    Hi everybody, I want to redirect the standard output, but redirection does not work. I used the following retraget.c file in the RTX_Blinky example, where I included a real bunch of C++ code from...
  • redirect stdout in C++
    Hi, I use RealView MDK_ARM I want to define a functionpointer in the __FILE struct (stdio.h). By changing this functionpointer in my mainprogram I can redirect stdout to some device. To do...
  • How to output messages to build window?
    Hi, Env: Uvision 3, ARM Realview 2.??? dev tools Is there a way to see the messages passed between the IDE & the compiler / linker / etc... in other words, i want more than compiling foo...