Hi,
Is there a TI example to measure the current draw from the CC2640 UART driver? I am using TI RTOS 2.18.
I ran the UART echo example on the CC2650 7x7 DK and measured the current with a high precision Fluke
meter on the VDD-EM pins with all jumpers removed. I am seeing a current offset of 1 mA on the meter.
My custom application (CC2640 4x4 package, BLE 2.2) uses the UART driver in read callback mode and
the SPI driver with 2 slaves. The application firmware with only the SPI driver achieves the 1uA standby current
draw. The UART activity is monitored for 5000 clock ticks on start up after which the UART driver is closed.
If no UART_read is done during this time, the standby current draw becomes as low as 1 uA. If the UART_read
is present, the application firmware shows a standby current draw offset of 1.5 mA which does not go away
even after the UART driver is closed.
Is there any issue with the UART read that can be tracked down?
Thanks,
Priya