Hi,
In my proejct, I am using WFE(); in some while loops because of core low power mode.
For example, waiting for time_out flags like codes below.
I am wondering if it is helpful to use WFE(); in terms of power consumption and if the example usage is proper.
Also, the other question is do I need to set up anything (interrupt pin or timer) to wake device up from the WFE low power mode state? or just call WFE(); anywhere if I use while loop?