2020-08-27 11:56 PM
Hey Everyone.
Im new to the embedded systems and TouchGFX concepts. I've made a few applications with STM32F429-DISCO and STM32H750B-Dk. I've followed the instructions on the documantary website and youtube tutorials. Now my problem is i want to make my own custom board with STM32H750XB but i dont want to use any external ram or flash while doing it.(Also my custom board has the same specs with onboard screen)
My main approach was to disable all the FMC and QuadSPI configurations on CUBEMX, choose pins for LTDC from Schematics of STM32H750B-DK, enable DMA2D, choose CMSIS_V2, and set all the necessary parameters of TouchGFX (I was also using singlebuffer). Then i imported the CUBEMX project to CUBEIDE.
When imported, i used .part file to make the GUI but the screen size doesnt seem to fit my configs(configs was 480x272, the GUI designer recognised it as 800x480.) . Can these all be related with FMC QSPI adjustments? If not was my approach correct for custom board?
Solved! Go to Solution.
2020-08-28 03:00 AM
Hi,
I can't really help you with board design, other than asking you to take a look at some reference design (disco, eval boards) schematics.
I'm not sure why the dimensions are not right. If the part file has the right dimensions that should never happen, so what do you mean by "configs was 480x272".
/Martin
2020-08-28 02:57 AM
@Martin KJELDSEN Can you help with the problem? :face_with_tears_of_joy: :face_with_tears_of_joy:
2020-08-28 03:00 AM
Hi,
I can't really help you with board design, other than asking you to take a look at some reference design (disco, eval boards) schematics.
I'm not sure why the dimensions are not right. If the part file has the right dimensions that should never happen, so what do you mean by "configs was 480x272".
/Martin
2020-08-28 03:12 AM
Thanks for the reply:thumbs_up:
So from cubemx i choose these options:
shouldnt these configurations generate a .part file for a screen size of 480x272
2020-08-28 03:14 AM
Also do i still need to configure QuadSpi and FMA if i dont want to use external memory
2020-08-28 03:30 AM
Yes, the part file should reflect these settings. Do they? Post it.
No, you don't need to configure things you don't need.
/Martin
2020-08-28 03:43 AM
I can not change the Width and Height parameters on the TouchGFX also. And the color depth automatically set to 16 bit.
2020-08-28 03:48 AM
2020-08-28 04:07 AM
Build errors from where? And can you post the .part file? Did you press "Generate code" in the designer?
2020-08-28 04:40 AM