• 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...
  • USART: use of printf();
    Hello, I'm working with the AT91RM9200 - the USART is already configurated and works but I don't know how I could use the printf-function for the usart. Now I'm sending a character with this...
  • Use Debug Printf viewer with USART
    Is it possible to set the window to use an external source? As I have a USB to Serial adapter connected to my debug unit using a ULINK2. As I want to use this window as my serial output window if possible...
  • usart
    can the usart port act as both input as well as output port at the same time.
  • USART
    Hi I'm having issue getting the data send from the usart1; I initialised properly, but the problem is not the rightdata is display on my PC terminal; I'm using stm32f407VG #include "stm32f4xx.h"...