• irq in c working but not in c++, strange address redirect
    Hello everyone, I'm trying to learn the interrupt handler and how to program it in c++ but some strange behavior happen. I set the interrupt on the button press and i debug my application: it...
  • irq in c working but not in c++, strange address redirect
    Hello everyone, I'm trying to learn the interrupt handler and how to program it in c++ but some strange behavior happen. I set the interrupt on the button press and i debug my application: it...
  • Redirect
    Hi All, i've implemented the redirection of the printf message as suggested in many examples. It works fine, and i see the application messages in my teraterm console. Now i'm trying to write to a...
  • Redirect
    Hi All, i've implemented the redirection of the printf message as suggested in many examples. It works fine, and i see the application messages in my teraterm console. Now i'm trying to write to a...
  • redirecting sdtout
    I want to use the printf() to print characters on LCD, via serial port, 7-segment. I want to change this in runtime. My idea was to change the member "handle" of stdout during runtime. In the function...