Hello,
I am writing my own protocols in transceiver mode on the cc3200. Since this protocol uses some of the implementation from 802.11 I need to be able to keep some sort of 64 bit count of microseconds since my system has started.
If I can find a way to current clock ticks I can do the math to determine microseconds even if it is stored in a 32 bit value. Is there a way to read raw clock ticks?
I also noticed that the message header in transceiver mode gives me a time value of when the message was receieved. I can't really use that until I can find the time value that it was based off of. Is there a way to read the current time from the transceiver?
Thanks for your help
Shawn