cancel
Showing results for 
Search instead for 
Did you mean: 

The STM32H562RI programming and boot mode

Yuri_L
Visitor

1. How does the STM32H562RI MCU burn firmware into the internal flash of the MCU? What Settings need to be made for hardware or software? Can it also be burned to an external flash? How is it operated?

2. Can the STM32H562RI MCU be boot from an external flash? How was it achieved?

1 REPLY 1
mƎALLEm
ST Employee

Hello @Yuri_L and welcome to the community.


@Yuri_L wrote:

1. How does the STM32H562RI MCU burn firmware into the internal flash of the MCU? What Settings need to be made for hardware or software? Can it also be burned to an external flash? How is it operated?


To simply answering that question, you need a flashing tool for example STM32CubeProgrammer.
For an external flash you need a flash loader for that specific memory either you develop your self or you find something available and you modify it based on your needs. You may need to refer to this GitHub link. Refer also to this Mooc: How to create an external QSPI loader

 


@Yuri_L wrote:

2. Can the STM32H562RI MCU be boot from an external flash? How was it achieved?


You can't boot from an external flash. You need to boot from the internal memory, configure the external memory interface then jump to the external memory to execute an application.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.