Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: svdz
  • Order by date
  1. svdz

    interrupts not working

    Thanks for the reply Salem, the problem actually turned out to be that I needed to include the default interrupt handler. The code must have been trying to execute some uninitialised interrupt.
  2. svdz

    help with watchdog

    I am writing code in winAVR for the ATmega8. My code keeps resetting even though I am using "wdt_reset()" defined in wdt.h. Does anyone know a possible reason for this?
  3. svdz

    interrupts not working

    I am using winAVR to program the ATmega8 chip. The program spans multiple files. The interrupts are written using the SIGNAL keyword and the definitions from the iom8.h file as below (the receive complete vector). Can anyone figure out why the interrupts are not actually being called...
  4. svdz

    global variables in multiple c files

    How do I use global vaiables in c without getting multiple defintions of the same variable?

Part and Inventory Search

Back
Top