Skip to main content
Associate III
April 24, 2024
Solved

stm32h745 IAP JumpToApplication Error

  • April 24, 2024
  • 1 reply
  • 1590 views

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?

This topic has been closed for replies.
Best answer by yolominwoo

I find it Cm4 disabled it's okay.

1 reply

yolominwooAuthorBest answer
Associate III
April 25, 2024

I find it Cm4 disabled it's okay.