• 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 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...
  • The sequence of Power-Up for XC167 and DataFlash
    hello: Every. I have a SPI data flash connect to XC167.The supply of the data flash is 3.3v. Shall the Power-Up of the data flash earlier than XC167 or not ?
  • 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...