• UART XC2267
    hello, I'm work on infineon XC2267. I'd like to send data through UART I configurate the XC2267 for that purpose void UartInit(void) { U2C0_CCR = 0x0000; /// -------------------------...
  • UART XC2267
    hello, I'm work on infineon XC2267. I'd like to send data through UART I configurate the XC2267 for that purpose void UartInit(void) { U2C0_CCR = 0x0000; /// -------------------------...
  • Interrupt XC2267
    Hello, I'm working on the XC164CM. I have a problem concerning the interrupt routine. To declare an interrupt we have several ways to do it. void itFunc (void) interrupt vectorNb or ...
  • Interrupt XC2267
    Hello, I'm working on the XC164CM. I have a problem concerning the interrupt routine. To declare an interrupt we have several ways to do it. void itFunc (void) interrupt vectorNb or ...
  • High-Speed UART vs Standart UART
    Hello I have worked on LPC3250 on Phytec 1305.3 board. I have a question about HSUARTs: Is there any difference between HSUART and UART regarding electrical interface? Is it possible to communicate...