Question
Resetting Non Processor Register on STM32F4
Posted on January 31, 2013 at 21:24
I have an application that runs fine alone when booted stand alone but appears to have timing problems when branched to through a boot loader. It appears to run slowing and I suspect timing related registers.
Is there a way I can reset all HW registers (including system clock) early in my application's reset handler. My goal is for the application to behave as though it were booted stand alone rather than branched to through a boot loader. My application of course has HW initialization code that includes clock setup code that normally works fine. #soft-reset