Skip to content

what might cause functions to periodically run more slowly? #583

Answered by earlephilhower
skybrian asked this question in Q&A
Discussion options

You must be logged in to vote

Could be USB code responding to scans from the PC. You could disable all USB (there's a define for it) and use a UART serial port. Or, you could try running your code on the 2nd core (loop->loop1). The USB is handler only runs on core0.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@skybrian
Comment options

@earlephilhower
Comment options

@skybrian
Comment options

@skybrian
Comment options

Answer selected by skybrian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants