Skip to main content
Asing.4
Associate II
December 6, 2021
Question

After generating of touchgfx code getting some error

  • December 6, 2021
  • 6 replies
  • 4994 views

hello, i am trying to use internal Ram And Flash only for controlling RGB-LCD(8x8x8) by STM32H743IIT6.

after generating of code by cubemx+touchgfx i got some error related to videos.s file

even i am not using any video file and no any interactions.

0693W00000Hnd93QAB.jpg

This topic has been closed for replies.

6 replies

mƎALLEm
Technical Moderator
December 6, 2021

Hello @Community member​ ,

Try to disable video feature from CubeMx:

0693W00000HneUqQAJ.png

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Asing.4
Asing.4Author
Associate II
December 6, 2021

sir i already disabled it. 0693W00000HneaZQAR.jpg

mƎALLEm
Technical Moderator
December 6, 2021

Since you are using CubeIDE, I don't see why video.s file is included in your project! I think this file is used with Keil only.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
ADrub.1
Associate II
December 6, 2021

I have the same problem. If you manually delete the Videos.s file, the project is build without errors. However, TouchGFX Designer will regenerate this file every time the application is changed. Therefore, a better option is to exclude file from build.

But such a solution to the problem is obviously not correct, unless it is a bug in the TouchGFX Designer.

Asing.4
Asing.4Author
Associate II
December 7, 2021

after commenting that lines, i resolve that issue but now i am getting hardfault issue in debugging time 0693W00000Hnm9WQAR.png

Asing.4
Asing.4Author
Associate II
December 8, 2021

plz help

ADrub.1
Associate II
December 8, 2021

Show me which lines you commented out?

Asing.4
Asing.4Author
Associate II
December 17, 2021

Thanks for Help

i Resolve my issue

ADrub.1
Associate II
December 17, 2021

Tell me how the problem was solved?