• XC164 using external ROM
    We want to place an external ROM on our dev board so that if our code exceeds flash limit we can revert to old fashioned crash & burn techniques without having to lay out a new dev board. So the question...
  • XC164 using external ROM
    We want to place an external ROM on our dev board so that if our code exceeds flash limit we can revert to old fashioned crash & burn techniques without having to lay out a new dev board. So the question...
  • 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...