Dear champs,
I am asking this for our customer.
We usually have this in main() of the example codes.
while (1) { __WFI(); }
Where and what is the definition of __WFI();?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear champs,
I am asking this for our customer.
We usually have this in main() of the example codes.
while (1) { __WFI(); }
Where and what is the definition of __WFI();?
Dear Gary,
What if the user does not use __WFI() in the infinite while loop?
Does it matter?
It is a command to make the device go into low power mode, if you do not need low power mode you can not use it.