2021-02-22 10:46 PM
2021-02-22 11:07 PM
It looks like you've already assigned a lot of pins that are needed to do graphics. But regardless of this, at least LTDC is necessary for graphics applications, which can be found under category Multimedia or under A->Z.
However, if you've never developed a graphics application on the DISCOVERY, you should start with TouchGFX.
Regards
/Peter
2021-02-22 11:22 PM
Hello @Msade.1
Thanks for your question,
Actually, STM32CubeMX is a graphical tool that allows a very easy configuration of STM32 MCU and MPU, as well as the generation of the corresponding initialization C code through a step-by-step process.
In fact, the graphical configuration includes the activation of the middleware (same for the IPs) and the settings of its parameters graphically (using check-boxes and options with enabled/disabled choice...) to have a generated code that contains the necessary functions with the configuration made through CubeMX.
Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Thanks for your contribution, Khouloud