User Activity

Posted on July 13, 2017 at 18:28Hi,I have an STM32 and am trying to receive a single byte of data from a CC2540 over UART. I've verified that the data transmission from the CC2540 is working properly (I can receive the data in a serial terminal) but...
Posted on May 31, 2017 at 17:06Hi guys,So I'm using an STM32F1 and am trying to send data from a serial terminal (RealTerm) to USART3 via a FTDI USB-UART converter cable. I have written code to poll for data on the RX line but for some reason my USA...
Posted on May 24, 2017 at 14:37Hey guys,I'm using a serial terminal to communicate with USART3 on an STM32F1 via an FTDI USB-UART converter cable. I am successfully receiving data from USART3 in my serial terminal but when I try to send data to it t...
Posted on May 19, 2017 at 14:32Hi,I have an STM32F1 and am running the UART printf example from the standard peripheral library. I've modified the code to allow me to use USART3 (I'm using a custom pcba and only USART3 is wired to a connector mounte...
Posted on May 05, 2017 at 18:44Hi,I'm trying to connect a TTL-232R USB-UART Converter to an STM32F3DISCOVERY board. I've connected the TX/RX wires on the TTL-232R to PB10/PB11 on the STM32F3DISCOVERY board. I have the board connected to my laptop ov...