FX3 microsecond timestamps

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
KrPa_4189911
Level 1
Level 1
First like given

Hi all.

I'm implementing an SDIO - USB interface and require a microsecond timestamp to log the time taken by CMD53 to complete read/write operation.

But I can't find any timestamp API which is at least in the microsecond range And the CyU3PGetTime API provides output in a millisecond.

So, how do I get a microsecond timestamp?

Thanks,

Krunal Patel

0 Likes
1 Reply
SrinathS_16
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hello Krunal Patel,

FX3 does not have an API to count microsecond time delay. But, you can use the FX3 timer to implement the counting. Please refer to CyU3PTimerCreate() API.

Best regards,

Srinath S

0 Likes