2021-03-24 01:27 AM
I keep running into problems that makes the screen black when trying to make a simple example project.
Using board STM32H7B3I-DK (sometimes called STM32H7B3I-DISCO - lack of consistency).
Solved! Go to Solution.
2021-03-24 01:43 AM
Hi @BJens.1 ,
Starting a project with an application template for the STM32H7B3 disco board available in TouchGFX Designer, the generated .ioc file is using an old version of STM32H7 firmware package: STM32Cube FW_H7 V1.6.0 while the latest firmware version is STM32Cube_FW_H7_V1.9.0.
This misbehavior was already detected and reported to our development team for review. I'll keep you posted with updates.
Sorry for any inconvenience that this may cause.
As workaround, you can manually change the firmware version by deselecting the "Use Default Firmware Location" checkbox, and precising the FW path that will be used:
Hope this helps you.
Khouloud.
2021-03-24 01:43 AM
Hi @BJens.1 ,
Starting a project with an application template for the STM32H7B3 disco board available in TouchGFX Designer, the generated .ioc file is using an old version of STM32H7 firmware package: STM32Cube FW_H7 V1.6.0 while the latest firmware version is STM32Cube_FW_H7_V1.9.0.
This misbehavior was already detected and reported to our development team for review. I'll keep you posted with updates.
Sorry for any inconvenience that this may cause.
As workaround, you can manually change the firmware version by deselecting the "Use Default Firmware Location" checkbox, and precising the FW path that will be used:
Hope this helps you.
Khouloud.
2021-03-24 07:19 AM
Thank you
I finally got the example working :)