• 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...
  • redirecting sdtout
    I want to use the printf() to print characters on LCD, via serial port, 7-segment. I want to change this in runtime. My idea was to change the member "handle" of stdout during runtime. In the function...
  • Redirecting Interrupt
    Hello, I'm redirecting my interrupts using the code -------------------------------------------- CSEG AT 0000BH LJMP myisr -------------------------------------------- I've a number of files. Where...
  • 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...
  • How to redirect printf to USART
    Hi, I'm using the STM32F103ZD uC with keil uVision IDE C-compiler and I would like to have the printf function send it's data to some onchip USART. Not to the IDE build-in debug viewer. I saw many...