Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2640, CC2642R
Hello,
can the sensor controller have UART access when the Cortex-M3 is in sleep mode? What would be the power consumption for such configuration?
Regards, Holger
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 Vagard,
is it possible to lower the UART receive consumtion with the Cortex-M? Is it possible drive the Cortex-M in standby mode and UART receive mode? If yes, what would be the RX and TX consumption?
I read in the d/s that the UART peripheral is only active in active or idle mode on the CC2640. Is this the same for the CC2642R? I couldn't read a limitation. Would it be possible to run the UART in standby mode? If yes than in receive mode the power consumption would be 170uA.
Is it possible to wake up the Cortex-M on UART receive (may with an dummy byte)?
Regards, Holger
Hi
It is possible to get a "sleepy RX" on the CC2642, where the device sleeps until it receives anything over RX, but this in not possible on the CC2640. This would be done as you says with a dummy byte that wakes the device, the device enables UART, and a normal transmission occurs. I haven't measured any current consumption in this mode.
Vegard