• 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 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...
  • CAPCOM6 with external bus XC164 / XC167
    Hello all, has anybody tried to use CAPCOM6E, if the external bus works in 16-bit multiplexed mode ? Without bus - all works fine. But if I enable the bus and set EBCMODE1 with 0x001F (31d) to...
  • CAPCOM6 with external bus XC164 / XC167
    Hello all, has anybody tried to use CAPCOM6E, if the external bus works in 16-bit multiplexed mode ? Without bus - all works fine. But if I enable the bus and set EBCMODE1 with 0x001F (31d) to...
  • Using external RAM on the XC164 development board
    Hi, Has anyone been able to use the external RAM on the Infineon XC16x development board in 16 bit multiplexed mode? I've wrote a small RAM test application that will read and write all memory,...