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.

LAUNCHXL-CC1352P: Z-Stack, End Device power consumption measuring (zed_sw, Sleepy)

Part Number: LAUNCHXL-CC1352P
Other Parts Discussed in Thread: Z-STACK

I have two LaunchPads programmed with zed_sw and zc_light Z-Stack examples.

I want to measure zed power consumption with different POLL_RATE settings. zed_sw should stay connected to zc_light.

I suppose that I have to disable the UART interface to consume less energy..

What I tried:

1. Changing BOARD_DISPLAY_USE_UART to xBOARD_DISPLAY_USE_UART - the UART interface still works.

2. Changing BOARD_DISPLAY_USE_UART to BOARD_DISPLAY_USE_UART=FALSE - doesn't help, still see UART update.

3. Changing xCUI_DISABLE to CUI_DISABLE - zed_sw doesn't connect to zc_light at all. I tried to perform Factory Reset with BTN-2 and Start Comissioning with BTN-1 - nothing.

How should I do it properly?