• Solution if printf function is not working...
    I had a problem with pintf() function. It was working when I was sending characters, while blocking when working with decimal, double, float or other integer types. The solution which worked for...
  • How the printf() function works?
    How the printf() function works? I have wrote a simple program to use the c51's function printf(). as belows: void main (void) { //initial_UART: SCON = 0x50; /* SCON: mode 1, 8-bit UART, ...
  • Printf not working in STM32F303VCT
    Hello, i´ve followed all tutorials/threads trying to send printf() to the Debug(Printf)Viewer but not luck untill now. i can see the corrects characters within the ITM Stimulus Port Register 0, so...
  • printf doesn't work
    I'm trying to use printf() function on LPC2138 UART0 but it seems it doesn't work. It works fine on UART1 but not on UART0. Am I missing something? Must I use some redirect or something? Michal
  • Printf function & its use
    I have used printf function in TC. It is used to print data on screen. But what does printf function do in Cortex M3. Do it uses one of uart available in MCU & send data to uart to terminal device or...