STM32H735-DK reset
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-12 5:11 AM
I have a demoboard STM32H735-DK. I develop a demo for my customer. All OK. But when I supply the card (with USB cable) the application-firmware doesn't run: I have to press the button reset for start it. Why? Thanks for your answer.
Labels:
- Labels:
-
STM32H7 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-12 6:59 AM
Check jumper and switch settings. Make sure it boots from Flash
Check Option Bytes for Boot Address.
On the code side, make sure you don't have any critical loops related to speed of start up, ie timeouts and ErrorHandler() which might differ if the power is already up and steady vs ramping
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
