• Trying to acquire input from keyboard on ASC1
    Hello. I want to get key from keyboard not using the default Serial #1 but using Serial #2 that i suppose is connected with ASC1. So i configure the port 3, the direction pin, and alternate operation...
  • XC161CJ ASC1
    Hi, Does anyone has ever see the XC161CJ ASC1 working on the KEIl debug window? I can not "printf" nothing! here is changed HELLO: P3 |= 0x0401; /* SET PORT 3.10 OUTPUT LATCH (TXD) */ DP3...
  • Serial receive problems ASC1 (XC164), while debugging
    Hello, I've a receiving problem with the ASC1 serial interface of the XC164 during debugging with ULINK interface. I use the Infineon Starterkit. Transmitting is'nt a problem and if I program the software...
  • Using ASC1 on a XC161CJ
    I have set up the second serial port thanks the the link - http://www.keil.com/support/docs/2601.htm. Now I'm facing a new problem. I am able to view the output only on Debug/Simulator mode but...
  • Using ASC1 on a XC161CJ
    I seem to be unable to activate the second async serial port on a XC161CJ. There's hardly any difference between both ports and "ASC0" runs fine. But whatever I do, "TXD1" will not transmit anything...