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