2022-10-20 02:49 PM
2022-10-21 02:07 AM
Hi,
To rapidly start implementing a GUI using widgets, the best starting point on ST devkit such as the STM32F746 Discovery board is to install TouchGFX Designer (from X-CUBE-TOUCHGFX - TouchGFX advanced and free of charge graphical framework optimized for STM32 microcontrollers - STMicroelectronics).
Then create a project using the dedicated Board Setup:
From there you can directly start implementing a GUI and program the board directly from the Designer.
All further information can be then retrieved from the TouchGFX Documentation:
Installation: Installation | TouchGFX Documentation
General user guide: Designer User Guide | TouchGFX Documentation
Custom widgets: Custom Widgets | TouchGFX Documentation
By default the underlying IDE is STM32CubeIDE, to change it to IAR of Keil you need to install STM32CubeMX tool (STM32CubeMX - STM32Cube initialization code generator - STMicroelectronics) and change the IDE in the provided project (.ioc file):
Best regards,
Nicolas
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
2022-10-23 11:50 AM
Thank you very much Nicolas