Hello,
What is the lowest power mode that have the UART working ? What is the power consumption of this mode ?
Is it possible to use a low baudrate so the MCU has enough time to wake up from a lower power mode ?
Best regards,
Nicolas
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
What is the lowest power mode that have the UART working ? What is the power consumption of this mode ?
Is it possible to use a low baudrate so the MCU has enough time to wake up from a lower power mode ?
Best regards,
Nicolas
Hi Nicolas,
The CC254x must be awake during UART operation so ~8mA. You will get around 6mA if you use a DCDC (TPS62730). You can of course go into sleep between the UART transactions which effectively reduces the average consumption.
Best Regards
Hi,
Yes, as long as the pulse is longer than 20ns. Note that there are two sleep modes which are automatically controlled by the TI BLE stack:
Is that functionality (wake-up on a pulse) available in HostTestRelease in stack 1.3 ? What pin should I use?
(I confess I scanned the source code but I'm not familiar with 8051, OSAL, etc).
When the sensor tag is outside of a session and not advertising, it is sleeping in PM3? If so, maybe I could look at its source code (and adapt it to HostTestRelease), since we wake it up using the side button. Is my assumption correct?
Reading sections 4.1.4 and 4.6 of the CC254X User's Guide, it appears that the state of the UART preserved in PM3.
Hi,
Sign Bit said:When the sensor tag is outside of a session and not advertising, it is sleeping in PM3? If so, maybe I could look at its source code (and adapt it to HostTestRelease), since we wake it up using the side button. Is my assumption correct?
Correct, so you should take a look at the Sensor Tag code.
Best Regards