• SPI Loopback Test failure
    I have tried to loop back MOSI and MISO and test. The code appears to be working sometimes based on the led signals... This is what I could infer: 1)code is sending a character 2)Code is receiving...
  • UART ISR and loopback
    Hello all, Ok, I guess I'm doing something wrong but I just don't see what it is! I configure my UART like this: /* UART1 configured as follow: - Word Length = 8 Bits - One Stop Bit - No parity...
  • Loopback code for C8051F060
    I have a board with a C8051F060 processor. Need to make its UART0/RS232 communication working at 9600 buad. Any chance anyone would have any C code that could send and receive characters doing a loopback...
  • ASC0 in loopback mode
    Hallo everyone, I'm trying to write a serial port routine using the loopback mode for the XC167CI. I have data stored in an array 'tx_buf' that is transmitted via serial interface using the 'send_tx_buf...
  • unable to simulate usart in loopback mode
    I am using the uVision RealView MDK -ARM 4.02 trial version. I am simulating the LM3S5791. I am simulating usart0. I execute the driverlib functions, UARTConfigSetExpClk(UART0_BASE,12000000,19200...