2019-05-12 10:20 PM
2019-05-12 10:57 PM
SystemInit faults? Perhaps step in to that and review the code. Inspect Hard Fault location reported by processor, it has registers for that.
Are you using RAM which needs a clock enabled?
2019-05-16 01:12 AM
Hi @Community member ,
Thanks for your reply!
I have enabled the appropriate clock ,and I cannot check the register cause it can`t run normally,just stuck in Reset_Handler.
Is there any problem occur?
Thanks again!
2019-05-17 07:43 AM
Use Stop to see where it is.
Turn off the "Run to main()" setting of the debugger, and start stepping into/through the SystemInit() function. Determine where things go wrong, and where exactly it ends up.
2019-05-19 05:23 PM
@Community member
Thanks for your helping!
I found out where the wrong is,and solved it.
Really appreciate your patient and advice!