本帖最后由 lyzjhzdz 于 2018-3-14 11:28 编辑
最近在使用LPC824 。其中文件资料里提到异步方式下,baud rate = U_PCLK/16 x BRGVAL. 这里的BRGVAL是BRG 寄存器里配置的,资料里提到BRGVAL 是This value is used to divide the USART input clock to determine the
baud rate, based on the input clock from the FRG. 就这句话是不是理解为分频U_PCLK 时钟,可以公式baud rate = U_PCLK/16 x BRGVAL是乘与BRGVAL值?资料中还提到OSR 寄存器USART Oversample selection register 这个寄存器怎么用,资料里没有提到,只提到有这个寄存器,怎么合理配置该寄存器值 达到跟好的串口数据采集?有无知道能否解释下,谢谢了! |