2023-01-10 01:17 AM
I want to use the touchgfx video widget for my STM32H743II custom board.
The custom board has completed image upload verification with Touchgfx.
I set it according to the Touchgfx video decoding.
I tried to execute it, but an error occurs.
A hard fault error occurs before entering the main loop.
I use the version below.
IAR 8.32.1
Touchgfx 4.20.0
CubeMx 6.6.0
Is the video widget function available on touchgfx with STM32H743II MCU?
2023-02-02 12:52 AM
Hello LSoo.2,
Could be multiple reasons for that. You can use STM32F769-Disco, STM32H750B-Disco and
STM32F746-Disco TBSs available on TouchGFX Designer as reference and try to compare your project with these ones.
My advice : I would start looking on the linker script :)
/Osman