• 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...
  • LM3S6965 redirection of printf and ASSERT
    Hi, I'm using the Luminary LM3S6730 micro for our project. As devepment environment I'm using the Keil uvision3 environment (including the Keil RTX and RL-ARM library). At the moment we are using...