• 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, 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...
  • 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...