• 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
    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...
  • Problems Programming XC164CS
    I am using DAvE version 2.1 r22, Keil Version 4.26a and the XC164CS with 128K internal FLASH. I am able to use the Keil target driver to program internal FLASH using the "load" button un uv2, but...
  • XC164CS ASC0
    How I can enable the reception interrupt of XC164CS serial interface ASC0?
  • xc164cs - spi
    hi i configured xc164cs-spi using the following code. but the clk is not coming in the sclk pin. can anybody help SSC0_CON_EN=0; SSC_BR = 13 ;//(40000000/2*1000000)-1 SSC0_CON=0xc037; P3.13=1; ALTSELP3...