272 views|0 replies

222

Posts

3

Resources
The OP
 

[STM32H5 NUCLEO H533RE Review] 04 Serial port enabling USART communication [Copy link]

This post was last edited by Maker_kun on 2024-7-30 23:22

The serial port is very easy to use

Step 1: STM32CubeIDE configures serial port related parameters

Step 2: STM32CubeIDE configures serial port related parameters

Step 3: Write the content to be sent in the man.c file

	  HAL_UART_Transmit(&huart1,sendbuf, 5, 1000);    /* 发送接收到的数据 */
	  HAL_Delay(500);

Connect the TTL to USB serial port to the RXD and TXD of the development board to receive the data sent by STM32H33 through the computer

The computer receives the data sent

串口通讯

Relevant attachments:

【STM32H5 NUCLEO H533RE测评】04串口的使能USART通讯.docx (1.23 MB, downloads: 0)
This post is from stm32/stm8
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list