• XC164
    hello i want to simulate many input signal but i want know how can i choose the swatch time swatch(????) when i want to one or more signal input thank you
  • 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...
  • 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...
  • 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...
  • Bootstrap for XC164
    I am trying to write a boostrap code for the XC164 but it doesn't seem to start up right. As I understand from the datasheet the bootstrap section starts at 0xE00000 and the start of the bootstrap code...