I have a problem with a Riverdi 10.1 display.
Hello, I hope you are well.
The problem is, I create a project in TouchGFX Riverdi_101STM32H7 v2.2.0 (to get the BSP folder), I generate the code in TouchGFX, then I open the STM32CubeIDE, I compile with STM32CubeIDE and I don't have any error. I try to use the default functions in the BSP folder, when compiling with STM32CubeIDE there is no error, but when compiling with TouchGFX to upload to the board it says the following: undefined reference to 'BSP_LED1_toggle'
The only line I add to the task by default is: "BSP_LED1_toggle();"
When it is supposed that everything is ready to use these drivers. I don't understand where my mistake is.
I tried to use other functions from the BSP folder and it always gives me that error (undefined reference to) of the function that I use.
It also happens to me when I want to directly use the functions of the "ff.c" library when compiling with STM32CubeIDE it does not give an error. When I try to upload the program to my board with TouchGFX it gives error:
undefined reference to 'f_mount'
undefined reference to 'f_mkfs'
undefined reference to 'f_open'
Even having the "fatfs.h" and "ff.h" files included.
TouchGFX v4.21.1
STM32CubeIDE v1.11.0
CubeMX v6.7.0
I hope you can understand my problem and help me.
Thank you so much.
Greetings.
