Skip to main content
kadir ustun1
Associate III
May 15, 2018
Question

STM32F429 StemWin

  • May 15, 2018
  • 1 reply
  • 1810 views
Posted on May 15, 2018 at 12:48

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);
    This topic has been closed for replies.

    1 reply

    Technical Moderator
    May 15, 2018
    Posted on May 15, 2018 at 15:13

    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

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    kadir ustun1
    Associate III
    May 15, 2018
    Posted on May 15, 2018 at 15:23

    Thank you for answered. I try STM32F429 example for GUI. just ı added a button interrupt.