Question
RTX & __WFI()?
Posted on March 12, 2012 at 13:02
Is there any conflict with using sleep mode on the STM32F4 by means of the __WFI() call when using the RTX RTOS? The only reason I ask is because whenever I call it, it seems to not reduce power nearly as much as when I used it without the OS, though it could be unrelated. Does anyone have any tips with regard to reducing power when using the RTX RTOS in the STM32F4? Thanks in advance.