2021-12-06 01:57 AM
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.
2021-12-06 04:04 AM
Hello @Community member ,
Try to disable video feature from CubeMx:
2021-12-06 04:17 AM
sir i already disabled it.
2021-12-06 06:17 AM
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.
2021-12-06 07:25 AM
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.
2021-12-07 01:48 AM
after commenting that lines, i resolve that issue but now i am getting hardfault issue in debugging time
2021-12-08 01:00 AM
plz help
2021-12-08 01:35 AM
Show me which lines you commented out?
2021-12-08 03:20 AM
yes plz
2021-12-08 04:49 AM
Most likely Hard Fault is not happening because of this. But just in case, try to exclude file from build (right-click on the file: Resource Configurations -> Exclude from Build)