• STM32F11 DEBUG PRINTF
    I am having a problem while using printf debug ,it works for few cycle but after some time its gives me no synchronous error,i don't know what went wrong, I am using stm32f411. thank you
  • debug printf with debugger hardware
    I'm using the Nulink Pro debugger (Nuvoton Nu-Link Debug Adapter) with the Kiel IDE . The Keil IDE has a debug printf to use with Keil's Ulink debugger (which we don't have). I'm currently using the...
  • printf problem (nothing in Debug (printf) window)
    Hi all, I have nothing in the Debug (printf) window dialog when I use the printf instruction. (UART #x too) Is there something to initialize, or include a specific header? How the printf could...
  • Bebugging the printf using uVision
    Hi everybody, I just want to know if there is anyone who had debugged the printf function using a modified putchar.c file. This is becasue my project which uses my own putchar.c file added to my project...
  • printf() causes uVision and JTAG to disconnect
    There is a Keil example that shows how to redirect 'printf' located in the Keil directory: C:\Keil\ARM\Boards\Keil\MCBSTM32E\RTX_Traffic I am following this example copying 'Retarget.c' and 'Serial...