USB data error when it run ADC

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

cross mob
Anonymous
Not applicable

hello.  My mouse product use CY7C64356.  I found it report error currsor data often on some computer when it run ADC's"ADCINC_GetSample".  Can't USB and ADCINC_GetSample wrok at the same time ? Hope your reply quitckly! Thanks.

0 Likes
1 Solution
SampathS_11
Moderator
Moderator
Moderator
250 sign-ins 250 solutions authored 5 questions asked

ADCINC_GetSample is a blocking function call. Try using the API ADCINC_fIsDataAvailable and ADCINC_iGetData to eliminate blocking.

View solution in original post

0 Likes
1 Reply
SampathS_11
Moderator
Moderator
Moderator
250 sign-ins 250 solutions authored 5 questions asked

ADCINC_GetSample is a blocking function call. Try using the API ADCINC_fIsDataAvailable and ADCINC_iGetData to eliminate blocking.

0 Likes