I'm looking for a way to do a soft reset on a STM32F207. I'm not able to find or compile any of the watch dog examples, I can jump to absolution location but not execute, and most other code samples I find are missing the supporting functions. What is a simple method to reset the chip?
So you've just pulled-in the core_cm3 file without paying attention to what other stuff it depends on
No, I just had my STM32F2XX included elsewhere. Forgot to add it to this file. Works thx!