TI中文支持网
TI专业的中文技术问题搜集分享网站

3.0.2版本中2530如何设置4800波特率

hal_uart.h文件中只有下面几种波特率,我想设置为4800,如何设置?

/* UART Ports */

/*
Serial Port Baudrate Settings
Have to match with baudrate table
*/
#define HAL_UART_BR_9600 0x00
#define HAL_UART_BR_19200 0x01
#define HAL_UART_BR_38400 0x02
#define HAL_UART_BR_57600 0x03
#define HAL_UART_BR_115200 0x04

Alvin Chen:

参考下面的帖子;
e2echina.ti.com/…/526317

赞(0)
未经允许不得转载:TI中文支持网 » 3.0.2版本中2530如何设置4800波特率
分享到: 更多 (0)