Part Number: CC2650
Tool/software: TI-RTOS
Hello Everyone!
I am trying to calculate the latency in a small network consisting of one node and one concentrator( both are CC2650 Launchpads).
I am using the rfWsnNode_CC2650_LAUNCHXL_TI and rfWsnConcentrator_CC2650_LAUNCHXL_TI examples, provided with RTOS.
I am thinking of using the Timestamp to calculate the time it takes to start sending packet, from Node, till the acknowledgment of the packet is received by the Node from the Concentrator.
I will appreciate if any one can give some useful hints.