• 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...
  • How to redirect Debug Output To Serial Window
    Hallo, I'm using the uV3 with the AT91SAM7S256. How can i redirect the Output from the DebugUnit to the SerialWindow in Simulator Mode. The following Assign does not work: ASSIGN WIN2 <DBGCOMRD...
  • How to redirect Debug Output To Serial Window
    Hallo, I'm using the uV3 with the AT91SAM7S256. How can i redirect the Output from the DebugUnit to the SerialWindow in Simulator Mode. The following Assign does not work: ASSIGN WIN2 <DBGCOMRD...
  • How to redirect printf to uVision's Debug (printf) Viewer in M55 FVP project
    I am using the sample code from the Keil Application Note 329, https://developer.arm.com/documentation/kan329/latest/ to experiment with the M55 FVP. In the sample code, the printf is redirected to "Debug...