STM32F429 StemWin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-15 3:48 AM
Hello everyone,
I try to use WM_MOTION_SetMovement function at STemWin, and I use external interrupt, but when ı use external interrupt code is not work. please help me.
this code :
WM_MOTION_SetMovement(hMotion, GUI_COORD_X, 500, 100);
GUI_Delay(500); // _Delay(500 *2); WM_DeleteWindow(hMotion); WM_DeleteWindow(hDraw);- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-15 6:13 AM
Hello
_st_n.kadir
,It may be related to your
external interrupt configuration.
Have you enabled the CRC modulebefore initializing the GUI?
Please, provide more details on your code and configuration, this will help users to answer you.
Best Regards,
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-15 8:23 AM
Thank you for answered. I try STM32F429 example for GUI. just ı added a button interrupt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-17 3:42 AM
Hello Imen,
I try examples of ST in STM32Cube_FW_F4_V1.19.0. I operated STemWin_SampleDemo example. I want to control with interrupt to motion pprocess. But when I use interrupt, this example works wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-17 4:17 AM
Hi
_st_n.kadir
,I recommend you to debug your project and try to identify where is it sticking.
When debugging, are there any error flag set?
With Regards,
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-17 4:31 AM
Actualy project is work but there is delay, and it is not fluent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-18 3:47 AM
Hello Imen,
I want to a rect in STemWin. This rect is not change never. it is not affected GUI_Delay. How can I do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-05-24 1:03 AM
Hello Imen,
This project is not work true. Please could you help me ? When ı use CAN_Receive interrup or another interru
this functions (WM_DeleteWindow(hMotion);WM_DeleteWindow(hDraw);) are not work. what can I do for this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-01 7:50 AM
Hello,
Have you tried to use GUI_Exec()?
Would it possible to share your code to help you more.
With Regards,
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-06-01 2:52 PM
Function GUI_Exec() is used to update the window.
