• Fast Interruption
    Hello! I have configured PORT 2 to have eight fast interruptions. In Keil I can simulate them because I have created different buttons to simulate fast interruptions define button "ppoAvisoAI...
  • FAST INTERRUPTIONS
    Hello. I am using the Infineon XC167CI Microcontroller and I have a very important doubt about fast interruptions. I want to combine two different inputs to manage the same interruption. I was...
  • Fast External Interrupt
    I need to implement a fast external interrupt with a C167CR micro on a Phytec phyCORE-167 board. At the moment, I have my external interrupt signal connected to pin P2.15 and program it as follows:...
  • Fast external interrupt on XC164
    I want to setup the fast external interrupt 0 (EXI0)on the Infineon XC16x board (pin P1H.0). My functions look like this: void EXI0_Int (void) interrupt 24 { // Interrupt routine } void EXI0_Init...
  • Fast External Interrupts
    Hello! We're trying to use the fast external interrupt inputs EX1IN and EX2IN. We read the manual over and over and still we must be doing something wrong because the interrupt service routine never...