• XC888 por settings
    Hi, I am curerntly using the XC888-CLM-8FFA on a project. I am up to the hardware verification stage and am using DAvE to simply stimulate the hardware on the board. I cannot get port P0...
  • XC888 - LCD power up sequence....
    In certain situations, my LCD will not power up. I am using an Infineon XC-888 micro driving a 16x4 LCD in 4-bit mode. The LCD is based on the ST7066U IC, the c-code is based on the DAvE structure...
  • Strange reset behaviour
    I am using the Accutron prototyping board with the ADuC841 controller to develop an application that converts voltages to power to display power, VSWR and temperature and displays the results on a 4...
  • XC888 - Problem when executing code from XRAM.
    Hello I am using Infineon's XC888 uController. I have to execute the code from XRAM. I have done the same for another project on the same uController. But, I am not able to do this in the new project...
  • Timer (Zeitgeber) for Port inverting (blink) XC888/886
    this is my programm. why is it not working? #include <XC888CLM.h> #include <stdio.h> Timer 1 Interrupt Service Routine. void timer1_ISR (void) interrupt 3 { while (TF1==0); TR1=0; P3_DATA...