• 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...
  • 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...
  • 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...
  • Output uv4 build messages to stdout
    I'm building my project via the command line using something like this: "C:\Program Files\Keil\UV4\Uv4.exe" -b ".\myProj.uvproj" The problem is that this command does not send anything to the...