2016-10-24 11:04 AM
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.
2016-10-24 11:16 AM
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.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.