• 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 Interrupts
    hi all, I am testing the working of fast interrupts. I have set the interrupt as CACHED . what is wrong with the following code? void main(void) { uwBank_set = 0; FINT0CSP = 0x8F01; FINT0ADDR...
  • 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...