2023-09-10 09:03 AM - edited 2023-09-10 09:04 AM
Hello;
I have the STM32H747I-DISCO card CPN: STM32H747I-DISCO, FG: DK32H747/SAT1, and on the MB1166-A03 screen A225300631. The problem is when I try to test the card with the BSP example, I encounter the following problem:
I saw in the forums regarding this topic that an ST Employee suggests that the fix is available on GitHub:
I tried replacing the files, but nothing is working, so please, I need an immediate solution.
best regards
Solved! Go to Solution.
2023-09-11 04:59 AM - edited 2023-09-11 05:59 AM
Hello,
1- Was stm32_lcd.c already included in the project?:
2- Check the availability of stm32_lcd.c under the path \Utilities\lcd\stm32_lcd.c
2023-09-12 12:44 AM
yes stm32_lcd.c is included in utilities folder
2023-09-12 02:43 AM
Included in the project as well?
2023-09-12 02:45 AM
yes
2023-09-12 02:46 AM
so all the lcd examples project have problems the display presents noise like the fellowing image :
2023-09-12 03:25 AM
@SofLit Could you point me to this "BSP" example, please? I wanted to look at .project, .cproject files - but cannot see it in the Cube package for this board??
https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H747I-DISCO/Examples
2023-09-12 09:17 AM - edited 2023-09-12 09:20 AM
@Pavel A. The project is under the path: Projects\STM32H747I-DISCO\Examples\BSP
The project is not available on github (strange) but in the STM32CubeH7 zip package.
Sorry, at the beginning you posted a symptom of linking issue now you said that you are running the example with an issue in the LCD display.. I'm a bit confused!
I've just run the example and it worked fine from my side:
But there is another thread which I think it describes the same symptom as yours: https://community.st.com/t5/stm32-mcus-touch-gfx-and-gui/stm32f769i-disco-really-noisy-tft-lcd-display/td-p/55127
2023-09-13 06:23 AM
I find the problem
the problem is the version of driver : the LCD FGRIDA FRD397B25009D-CTK replaced by FGRIDA FRD400B25025A-CTK
thank you
2023-09-19 01:05 AM - edited 2023-09-19 01:07 AM
FWIW... Got explanation why the BSP project does not exist in the Cube firmware package on github. It has been deliberately removed, along with few others - because of dependency on encumbered components that require license clickery, which disturbs automated CI. In the case of BSP that is probably the LCD display functionality.
https://github.com/STMicroelectronics/STM32Cube_MCU_Overall_Offer/discussions/17
https://github.com/STMicroelectronics/STM32CubeH7/issues/276