Do wifi drivers use CPU in the background? #14393
Unanswered
victorallume
asked this question in
Libraries & Drivers
Replies: 1 comment
-
The Asynchronous applications can be prone to non-deterministic behaviour, notably if a coroutine sometimes hogs the processor. Occasional CPU hogging can be difficult to isolate, but there are some debugging aids for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do wifi drivers (specifically, the Murata 1DX on PYBD, but more generally, Cypress/Infineon wifi chip on STM32 MCUs) consume any CPU outside of calls to the
network
module?I ask as we are seeing some devices running the same code, behave differently with respect to async code. The most obvious difference between the devices is they are in different wifi environments
Beta Was this translation helpful? Give feedback.
All reactions