2024-04-24 12:31 AM - edited 2024-04-24 10:29 PM
I'm implement IAP STM32h745ziq for cm7. then seen write Download image using ST-Link utility.
my board Programming Completed Successfully!
But, I'm trying Execute the loaded application. then stopped my board.
JumpAddress = *(__IO uint32_t*) (APPLICATION_ADDRESS + 4);
/* Jump to user application */
JumpToApplication = (pFunction) JumpAddress;
/* Initialize user application's Stack Pointer */
__set_MSP(*(__IO uint32_t*) APPLICATION_ADDRESS);
JumpToApplication();
How to solve my problem?
Solved! Go to Solution.
2024-04-24 11:53 PM
I find it Cm4 disabled it's okay.
2024-04-24 11:53 PM
I find it Cm4 disabled it's okay.