cancel
Showing results for 
Search instead for 
Did you mean: 

WFI problem

adrian4
Associate II
Posted on June 25, 2009 at 20:54

WFI problem

11 REPLIES 11
adrian4
Associate II
Posted on May 17, 2011 at 13:13

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

Adrian

andreas2
Associate II
Posted on May 17, 2011 at 13:13

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.