cancel
Showing results for 
Search instead for 
Did you mean: 

How to run application from different internal flash location in STM32H743

kchak
Associate

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

2 REPLIES 2

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 Venmo Up vote any posts that you find helpful, it shows what's working..
kchak
Associate

Thank you Clive, for the direction. it helps.😊