Other Parts Discussed in Thread: Z-STACK
Tool/software: Code Composer Studio
Greetings,
I am using the SimpleLink SDK for 13x2 & 26x2 version 3.30. I have managed to obtain the MAC reception timestamp of a message on the application through the member "timestamp" from the struct datatype "zstack_afIncomingMsgInd_t" in the functions of the sample projects (for example: zclSampleLight_processAfIncomingMsgInd( ) ).
My question is how to obtain the MAC transmission timestamps when sending a message? For example, the function Zstackapi_AfDataReq() will return an error/success flag, is there function that will return the TX MAX timestamp? Or a way of sending such a timestamp through an OSAL message?