2009-06-25 11:54 AM
WFI problem
2011-05-17 04:13 AM
Spot on Andreas.
NVIC_GenerateSystemReset() did the trick. It is now functioning as I intended. Thanks very much. Can you tell me where this function is documented with this level of detail? The ST FWLib document just tells you that the function exists and a one line example of its use. Cheers Adrian2011-05-17 04:13 AM
Glad it helped.
The Cortex behavior is from ARM documentation. The firmware library calls are ''documented'' in the form of the C source code they're shipped as... :p I find the FWLib docs largely useless, it looks more like an auto-generated list of functions (and I get more or less the same info from ctrl-space in Eclipse). I usually have to match the source code to the register descriptions in the ref manual to see what a function actually does.