• XC888 Reset behaviour ???
    We are currently having a bit of difficulty with the Infineon micros. I think that this problem might have been around before but I might have missed it when I debugged the system months ago. An...
  • 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...
  • 51MX Architeture por using P89c669 Controller
    Hi All: i want to make my P89c51RD2 program to work on the P89c669 Controller, and I had tried to create the project for NXP p89c669 controller with the help of uvision 2 IDE, now i am facing probelem...
  • 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...