Skip to main content
kchak
Associate
October 14, 2018
Question

How to run application from different internal flash location in STM32H743

  • October 14, 2018
  • 2 replies
  • 617 views

i have two projects, one (application A) build to execute from 0x08000000 and another one (application B) from 0x08040000.

Can you guide me about, how can i switch from Application A to Application B?

Thank you.

Regards

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
October 14, 2018

The methods would be the same as other STM32 parts, and Cortex-Mx processors.

Review IAP and loader examples.

I'm sure you could find a couple of examples and app notes if you looked at little

https://www.st.com/content/ccc/resource/technical/document/application_note/27/38/37/58/c2/8c/40/07/DM00161366.pdf/files/DM00161366.pdf/jcr:content/translations/en.DM00161366.pdf

STM32Cube_FW_H7_V1.3.0\Projects\STM32H743I_EVAL\Applications\IAP\IAP_Main\readme.txt

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
kchak
kchakAuthor
Associate
October 15, 2018

Thank you Clive, for the direction. it helps.:smiling_face_with_smiling_eyes: