• Serial Interrupts / printf
    Greetings, I am wanting an interrupt to occur when I receive data. In my code - When I receive data, I set a variable and clear RI. Then in the main part of my code I have some printf() statements...
  • Serial Interrupts / printf
    Greetings, My processor is a Dallas DS80C320. I am wanting an interrupt to occur when I receive data. In my code - When I receive data, I set a variable and clear RI. Then in the main part...
  • Interrupt driven uart / printf / FX2
    Hello does anyone tried to uart an interrupt-driven uart in the framework of Cypress? I mean : - do I need to modify putchar() to use printf()? - what the uart ISR need to do when TI!=0 I...
  • 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
    How do printf with hyper terminal (COM2) my code is bad !!!