Tool/software:
Hello,
We are developing a battery-powered device using the CC1312, which communicates with a peripheral chip via UART. We are using the TI-RTOS UART2
driver for this connection, but as documented, the driver prevents the device from entering low-power modes while receiving.
Our challenge is that we want to keep the device in standby mode as much as possible while ensuring we do not miss any messages. The messages we receive are short status codes, typically 2-3 bytes long.
Are there any recommended approaches to optimize power consumption in this scenario? Is it possible to configure a wake-on-RX? Any guidance on best practices for achieving both low power consumption and reliable UART reception would be greatly appreciated.
Thanks in advance!