Question
Flickering on STM32F429ZI when flashing code without FreeRTOS or OS custom
Here's my issue:
I executed according to step:
- Open TouchGFX to create a new project. Nothing draw.
- Open STM32CubeMX file of the project, turn FreeRTOS off, then generating code for Keil C.
- Open TouchGFX again, draw a box is container with black color, draw a button has parent is the box then generating code.
- Open Keil C file of the project, build project then download.
How can I fix this issue ?
Thank you for reading.