• 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
    Hi All, i've implemented the redirection of the printf message as suggested in many examples. It works fine, and i see the application messages in my teraterm console. Now i'm trying to write to a...
  • 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...
  • Uart frequency, Stdin, Stdout with RTX
    Hi all, In MCBSTR9 board main ossilator frequency is 25Mhz and we can rise this frequency up to 96Mhz by PLL in STR9. My question is this, is there any upper frequency limit for UART to handle the...