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