cancel
Showing results for 
Search instead for 
Did you mean: 

stm32h745 IAP JumpToApplication Error

yolominwoo
Associate III

I'm implement IAP STM32h745ziq for cm7. then seen write Download image using ST-Link utility.

yolominwoo_0-1713943698172.png   yolominwoo_1-1713943721836.png

my board Programming Completed Successfully!

 

But, I'm trying Execute the loaded application. then stopped my board.

yolominwoo_2-1713943827757.png

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?

1 ACCEPTED SOLUTION

Accepted Solutions
yolominwoo
Associate III

I find it Cm4 disabled it's okay.

View solution in original post

1 REPLY 1
yolominwoo
Associate III

I find it Cm4 disabled it's okay.