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.

CC2640: How to calculate distance in cc2640 RTLS_CMD_TOF_RESULT_RAW model

Part Number: CC2640
I am debugging the TOF code. There are three result modes in TOF. I can directly test the distance through RTLS_CMD_TOF_RESULT_DIST, but now the project needs to calculate the distance by the "tick" returned in the RTLS_CMD_TOF_RESULT_RAW mode. I want to know how to use "tick" to convert What is the formula for distance, thank you!