• IRQ in c++ not redirecting correct address
    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 is a...
  • IRQ in c++ not redirecting correct address
    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 is a...
  • ADUC7024 IRQ not working properly
    I am trying to build a counter using an ADUC7024. Basically I want Timer0 to cause a global interrupt every 10ms. Timer1 should be counting my input TTL pulses. Every time it interrupts, I want the...
  • ADUC7024 IRQ not working properly
    I am trying to build a counter using an ADUC7024. Basically I want Timer0 to cause a global interrupt every 10ms. Timer1 should be counting my input TTL pulses. Every time it interrupts, I want the...
  • 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...