2018-10-14 09:07 AM
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
2018-10-14 11:55 AM
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
STM32Cube_FW_H7_V1.3.0\Projects\STM32H743I_EVAL\Applications\IAP\IAP_Main\readme.txt
2018-10-15 06:36 AM
Thank you Clive, for the direction. it helps.:smiling_face_with_smiling_eyes: