• How can I compile more 64K code memory in C167CR
    On C167CR I have created a project witch Dave2.1 and I have 20 address lines (A0..A19). I want to compile but uVision does not leave me compile more than 64K. How can I simulate before reset configuration...
  • 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...
  • More external memory than 64k
    Hello. I am curious why there is a limitation of 64k on the C251 compiler, when the device can handle up to 256k? Is there a way around this?
  • 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...