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.

CC2650: [CC2650][ZStack] How to check the CCA threshold is triggered?

Part Number: CC2650
Other Parts Discussed in Thread: CC2538, , Z-STACK

Hi TI members,

I want to get the CCA state at different environments (Some place with noisy air traffics).

In another platform: CC2538, I can set the CCA threshold by writing the threshold value to CCACTRL0.

Then, I can check the CCA status by reading out FSMSTAT1 (CCA at bit4).

How about in CC2650 platform? Is there any registers can be checked for?

Q1. How to check whether the CCA threshold is triggered or not in CC2650 ZStack platform? 

Searching the source code in "mac.h", I found the key word "ccaInfo" inside "requestCcaStateCmd_t" data structure, but I can not find any reference to "ccaInfo".

Q2. Since the "macRequestCcaStateCmd.ccaInfo" located in MAC layer, how can I get the its value from application layer?

Alan.Lin