User Activity

Hello,I am able to receive data normally when connecting USB with Teseo Suite, but when I connect using Terminal software, there is no data output at all. I am sure the baud rate is 460800. Is there a specific command I need to input for it to start ...
Hi,Where can I download STA8089GA reference schematic and application notes?Thank you.
Hi, where can I download the STA8089FG reference design document? Thank you.
Hi Expert,I have an question about the clock config when I would like to printf via the SWO, below is my current config, but I don't know where are needs modify:Here have two SystemClock_Config function [1] and [2]:About the [2]: I from the STM32Cube...
Posted on March 26, 2016 at 05:33Hi All,I would like to send uint32_t hex via USART, but no idea how to do it.for example:uint32_t buffer[2];buffer[0] = 0x12345678;buffer[1] = 0x87654321;USART_puts(buffer[0])  <-- ????  the USART_puts length is uint...