USART window communication based on STM32

USART window communication based on STM32

Driver and environment configuration

1. Just bought the core board and needs to install the driver and configure the environment.
Reference blog:

https://blog.csdn.net/m0_37140588/article/details/80065307

After the driver is successfully installed:
Insert picture description here
if there is an exclamation mark, you can pull it out and plug
it in again. 2. Configure in keil5 and find the chip.
Just plug in the chip and find a project file for configuration.
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

3. Download the serial debugging assistant
The download here is the Wildfire serial debugging assistant, which is used for serial communication

Experimental steps

1. Hardware connection:
Insert picture description here

Insert picture description here
2. Open the keil project burning program and
Insert picture description here
click download burning program (compile first and then burn)
Insert picture description here
3. Open the assistant to receive and send information
Insert picture description here

Guess you like

Origin blog.csdn.net/rude_dragon/article/details/110528189