cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H747I-DISCO Flash Example

kevin-gordon
Associate

"DCMI_SnapshotMode DCMI Snapshot Mode example"

I am a beginner and would appreciate help with the following Readme.txt:

"In order to make the program work, you must do the following :
- Open your preferred toolchain
- For each target configuration (STM32H747I_DISCO_CM7 and STM32H747I_DISCO_CM4) :
- Rebuild all files
- Load images into target memory
- After loading the two images, you have to reset the board in order to boot (Cortex-M7) and CPU2 (Cortex-M4) at once.
- Run the example"

I hope the attached photo indicates that I have completed "Load images into target memory".

How do I complete the remaining steps?

3 REPLIES 3
TDK
Guru

Power cycling the board (remove power, then re-apply power) will cause it to start whatever program you have loaded on there.

If you feel a post has answered your question, please click "Accept as Solution".
kevin-gordon
Associate

Have I loaded the dual core programs correctly? Please view the photo.

KDJEM.1
ST Employee

Hello @kevin-gordon and welcome to the Community 🙂,

Besides, the reply shared by @TDK, note that STM32H747I-Disco have many revisions boards. So, which MB1166 Rev.A are you using? A01, A03...?

If you use MB1166 Rev.A03 or A09 please try this fix on GitHub :

https://github.com/STMicroelectronics/STM32CubeH7/commit/1c84713102f8509deb79ae14db8dbb104c17c45e#di...

You just need to enable the right hardware component as defined in stm32h747i_discovery_conf.h file and add the new component library (NT35510) in your project .

/* IMPORTANT: One of the following flags must be enabled in stm32h747i_discovery_conf.h file */

/* options in order to select the target daughter board revision connected on STM32H747I DISCOVERY : !!!!!!!!!! */

/* USE_LCD_CTRL_OTM8009A */ /* Applicable for all LCD daughter boards (MB1166) except for Rev -A09,-A03 */

/* USE_LCD_CTRL_NT35510 */ /* Applicable only for LCD daughter boards (MB1166) Rev -A09,-A03 */

 

Thank you.

Kaouthar

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.