• beginner's question to SSC0
    hi, I try to get the SSC0 on the MCB-XC167NET working. I initialize with the following instructions: SSC0_CON_EN = 0; SSC0_BR = CPU_FREQ / (2 * SSC0_BAUDRATE) - 1; ALTSEL0P3_P8 =...
  • Trying to transmit with interrupt in XC164CS
    Hi everybody, I am learning to program with MCUs and now i have got the SK-XC164 board.I am trying to transmit via ASC0 a message. This message has 6 equal bytes and I must do it with transmit interrupt...
  • "Transmit Buffer Interrupt" in XC16x
    Hi, I am using Keil to write an ASC0 program for XC16x with the concept "Transmit Buffer Interrupt". In the link the manual is to be found (chapter 19.2.3): www.infineon.com/.../xc164_um_v1.2_2006_03_per...
  • Transmit Interrupt
    Greetings, regarding this link: http://www.keil.com/support/docs/788.htm When I attempt to use the putchar the code seems to lock up at the line: while (!TI_1); When I comment this...
  • STM32F030 USART Transmit Issue
    Hi All, I am developing some code on the STM32F030R8 Nucleo dev board. I am having trouble getting my USART transmit to clock out. I am sending values to the comm port every 1s, and I am seeing nothing...