• 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 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...