技术栈
libuarte
Leung_ManWah
15 小时前
串口
·
uart
·
ble
·
nrf52832
·
libuarte
NRF52832学习笔记(41)——添加串口库libuarte
由于板子上不支持硬件流控,在使用 app_uart_fifo 库接收串口大数据时,频繁报 APP_UART_COMMUNICATION_ERROR 错误,多次重新初始化后,串口也不再产生中断了。查看官方论坛后决定使用串口异步库 libuarte。