2020-10-01 01:04 AM
Hi STM, we are working with MIPI DSI interface using STM32F769NI controller and 240x320 display resolution. We are having order of 10K if project is success.
Firstly I have generated code using TouchGFX 4.14 and Immediately i have opened STMcubeMx 5.6.1 and configured with following parameters that display supports.
After Configuration opened touchgfx and created a box with Red color.
My issues are
Please respond
2020-10-21 01:52 PM
I mean you have some mistakes here. Generating code isnt prepared for run. You need add driver dispaly code and start touchgfx process as default.
Too change rtos stack size. Too need control backlight.
Before start use touchGFX you need prepare display, good for testing is function HAL_DSI_PatternGeneratorStart(&hdsi, 0, 1);
...HAL_DSI_PatternGeneratorStop(&hdsi);
2020-10-23 02:33 AM
You might want to have a look at https://support.touchgfx.com/docs/development/board-bring-up/board-introduction for general preparations to run TouchGFX. Get back to me.