• ADuC7020 Interrupt Function
    Hello, I'm trying to write an interrupt function on the ADuC7020 (Analog Devices) using Keil V4. While my code is compiling and linking without error the interrupt function I've written is not being...
  • AT91SAM7S: nested interrupt function
    Hi, I want to add a function handling nested interrupts for the controller. Could you tell me the right position to add this function? startup-file: Undef_Handler B Undef_Handler SWI_Handler...
  • Difference between Interrupts and Functions
    Hi, Iam new to the microcontrollers,could u pls explain what is the difference b/w Interrupt and functions in embedded programing........
  • interrupt functions in banked program.
    My code grows over 64k boundary and now I rewriting my program to use code banks switching technique. I have C8051F120 MCU with the following memory layout: 0xffff ...... bank1, bank2 and bank3 ...
  • Interrupts, flags and functions
    Hello, I need to know the exact moment when an input is set. I'm using XC167CI and I have fast interrupts. This way is full, I mean I have used all fast interrupts. I don't know how I can know when...