• xc164cs
    Hi I need a video of how to record with the ulink2 the xc164cs microcontroller in jtag. I need to remove the firmware from one xc164cs and write to another xc164cs http://www.keil.com/dd/docs/datashts...
  • xc164cs
    I have got a xc164 board of infineon and i tried to compile the example project e10k. I read this error message: *** ERROR L104: MULTIPLE PUBLIC DEFINITIONS SYMBOL: ASC0_vInit MODULE: ASC0.obj (ASC0...
  • XC164CS ASC0
    How I can enable the reception interrupt of XC164CS serial interface ASC0?
  • CAPCOM6 XC164CS
    Hello, Can anybody tell me how could i modify the duty cycle of CC60 while my aplication is running? I tried modifing Shadow Register (CCU6_CC60SR) but it doesn't work well. Thanks.
  • EX1IN on XC164CS doesn't work??
    // interrupt service routine void INT_viEx1(void) interrupt CC1_CC9INT { //never reach this routine } void main(void) { DP1H_P1 = 0; // set direction of port EXISEL0 = 0x0000; EXICON...