About H563 IAP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-01-18 12:59 AM
Used nucleo-h563zi board.Below is bootloader jump.
Below is app.
question:
I first download app through CubeIde,this code is run success,and every function is OK.But i reset this board,the code will enter NMI interrupt.
Labels:
- Labels:
-
STM32H5 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-01-18 2:28 AM
Instrument code more. Chek it reads proper / expected SP and PC values.
Step the transition in the debugger.
Make sure it is not trying to read unwritten areas of FLASH.
Check what SystemInit() does with SCB VTOR
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..
