Hello,
I'm trying to understand how to call dialogs and window from different files based on the segger exemple. I have a STM32F469NI-Disco and I'm using the STemWin_SampleDemo as a starting point, included in STM32F4cube 1.13, with the touch-screen enabled and the demo's applications removed.
I'm using STemWin 5.32.

When I start the MainTask(); in VSCREEN_MultiPage there is no problem. As soon as I click on one of the button I get this :

The STM board is still functionning and reacting to external input through the touch screen and the CAN bus.
In the debugger, I'm able to see that the application VSCREEN_MultiPage read the input of the button and that the corresponding task are opened.
The error I get is reproductible in different StemWin exemple with multiple dialog in seperated files :

I've been going through the STemWin_SampleDemo's code for a while as it is the only working exemple I have with mutiple dialogs and I cannot find why I get the fuzzy screen .
Did I miss the declaration in order to use dialogs ? Is it related to the memory ?
Had someone encountered a similare issue ? I cannot find in this forum a similar case.
Thank you for your support.
Looking forward to hear from you.
Edit. I've rollback to STM32F4cube 1.10 with STemWIN 5.28 and I do not get this problem ?( I do get the problem now in 5.28
I'll try again using STL32F4cube 1.10 with STemWIN 5.32 and see what happens.
I'm trying to understand how to call dialogs and window from different files based on the segger exemple. I have a STM32F469NI-Disco and I'm using the STemWin_SampleDemo as a starting point, included in STM32F4cube 1.13, with the touch-screen enabled and the demo's applications removed.
I'm using STemWin 5.32.
When I start the MainTask(); in VSCREEN_MultiPage there is no problem. As soon as I click on one of the button I get this :
The STM board is still functionning and reacting to external input through the touch screen and the CAN bus.
In the debugger, I'm able to see that the application VSCREEN_MultiPage read the input of the button and that the corresponding task are opened.
The error I get is reproductible in different StemWin exemple with multiple dialog in seperated files :
I've been going through the STemWin_SampleDemo's code for a while as it is the only working exemple I have with mutiple dialogs and I cannot find why I get the fuzzy screen .
Did I miss the declaration in order to use dialogs ? Is it related to the memory ?
Had someone encountered a similare issue ? I cannot find in this forum a similar case.
Thank you for your support.
Looking forward to hear from you.
Edit.
I'll try again using STL32F4cube 1.10 with STemWIN 5.32 and see what happens.
The post was edited 3 times, last by Schrödinger ().