2019-04-12 02:07 PM
Hi,
For what and why in the most of BLE examples in STM32CubeWB are use LPUART1, UART1, RTC. What is the function of these peripheries in BLE examples.
Thx
2019-04-23 04:33 AM
Hello,
The RTC is used as a low power timer on top of which the virtual timer server hw_timerserver.c is implemented. The virtual timer server can provide several timers that can be running while in Stop Mode
The LPUART1 and UART1 is used to support following features:
Basically, it is possible to map these features on either the LPUART1 or/and UART1.
The selection depends on what is available in your application.
Regards.