You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example demonstrates how to use the display on the STM32H745I-DISCO board. It runs on the Cortex M7 core. It does not do anything with the CM4 core, so if you find that you have "weird" issues, disable the CM4 core using ``option byte````BCM4=0`` or just flash an empty loop onto it.
2
+
3
+
You can set the option byte using the following command:
The display code was adapted from [the STM32H735 sample](../stm32h735/src/bin/ltdc.rs).
12
+
13
+
If you're interested in creating a multi-core application, please take a look at the stm32h755 examples ([cm4](../stm32h755cm4) and [cm7](../stm32h755cm7)).
0 commit comments