• Printf
    When I use printf, the uP hangs. When I use SBUF it owrks fine, what can be the problem ??? Hope someone can help me. I use an Atmel 89c52. Kindest regards, Ben Goofers #include <At89x52...
  • printf
    Hi, I am trying to run my first C program on Keil...it works perfectly until I insert a printf statement...am i missing something? #include <reg52.h> #include <stdio.h> void main(void) { unsigned...
  • Printf
    How do printf with hyper terminal (COM2) my code is bad !!!
  • Printf !!!
    Hi, That routine should implement couple to see or to print in the serial window, in the C09-L? Without using the timers 0 and 1... In uVision2 the linker tells me that there is an error: ERROR...
  • STM32, printf wiindow and USART2 to printf
    Hello, I got PCB where a Bluetooth modul is SMD mounted at USART2 and a STM32F103ZE T6 (High Density). I'm using Keil + cmsis + stlib3.5.0 I'm trying to get the BT Modul working. For that I...