The code I wrote on the board Nucleo-L522ZE-Q has time interruption and controls the LED to flash. It is successful. After being applied to my own circuit board by ST-LINK , the time interruption cannot occur. I want to know why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-05 2:35 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-05 5:08 AM
Ok, and what have you learned in the debugger, having stepped in from Reset_Handler ?
Check your design for BOOT0 pin/settings.
Check your HSE clock source is present and starts properly.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-05 2:43 AM
I run it in debugging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-05 5:08 AM
Ok, and what have you learned in the debugger, having stepped in from Reset_Handler ?
Check your design for BOOT0 pin/settings.
Check your HSE clock source is present and starts properly.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-05 6:22 PM
Thank you. I solved it。BOOT0 pin must be set Low。I opened it。:face_with_tears_of_joy:
it
