User Activity

[STM32CubeMx 6.8.0 / TouchGfx 4.22]Hi all,I am trying to configure the LTDC as TouchGfx application tick source but the CubeMX won't let me even if the LTDC is enabled.Any ideas? Is there anything else that I should check?I have already working code ...
Just out of curiosity. Why STM32CubeIDE linker files discard libc.a libg.a and libgcc.a?At the end of the linker file we usually find: /* Remove information from the compiler libraries */ /DISCARD/ : { libc.a ( * ) libm.a ( * ) libgc...