cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between hardware reset and software reset?

w21685
Associate II
Posted on October 24, 2016 at 20:04

Hello,

After code area is moved to another flash sector address(not 0sector), code is not working after only hardware reset.

But after software reset by ST-Link, code is working.

What I'm missing?

Thanks.

1 REPLY 1
Posted on October 24, 2016 at 20:16

The processor expects a Vector Table at 0x08000000, which is mapped at 0x00000000 by the BOOTx pins. If your code is somewhere else you must transfer control to this new location.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..