2024-11-20 10:34 PM
Hi,
I am having STM32U575 boards with me and I am able to use a simple TouchGFX project with U575ZI_GFX02Z1 example from TouchGFX.
I tried embedding example Video from TouchGFX and my compilation fails for the below error:
(.text._ZN8touchgfx11VideoWidgetD2Ev+0x8): undefined reference to `touchgfx::VideoController::getInstance()'
Upon looking into ST forums, I found that either I need to enable the support of video through hardware of software.
But the U5 package does not have "libjpeg" package avaialble for download from CubeMX.
Can you confirm if the STM32U575 can support playing video through software or hardwar Means? If yes, can you provide me instruction on how to support it from hardware and software both for U575? If not U575, can UF9 support playing video using hardware?
Thanks,
Mehul
2024-11-21 04:26 AM
Hello @mdalal ,
According to this thread, the STM32CubeU5 MCU package doesn't contain the LibJPEG.
LibJPEG needs to be located under this path https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Middlewares/Third_Party
but not available and I don't know if it will be supported in the future.