Search Results

Search results 1-6 of 6.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Can´t use SPLINE functions

    sagerchr - - emWin related

    Post

    Hej, I´m currently developing on STM32F469iDiscovery. I´m using STM32Cube_FW_F4_V1.24.2. The Problem is that it´s not possible to use any of these functions: C Source Code (11 lines)In this thread: forum.segger.com/index.php/Thr…ighlight=spline#post26256 there is allready a discussion about issues using this feature but it was never answered. The exat error looks like this: rm-none-eabi-gcc -o "Display.elf" @"objects.list" -l:STemWin_CM4_OS_wc32_ot_ARGB.a -mcpu=cortex-m4 -T"../STM32F469NIHx_FLAS…

  • I have the same issue. I need to use this feature on STM32F469iDiscovery. I´m using STM32Cube_FW_V1.24.2. In the GUI.h i see the prototypes like this: C Source Code (12 lines)But when building i get following Error message: rm-none-eabi-gcc -o "Display.elf" @"objects.list" -l:STemWin_CM4_OS_wc32_ot_ARGB.a -mcpu=cortex-m4 -T"../STM32F469NIHx_FLASH.ld" --specs=nosys.specs -Wl,-Map="Display.map" -Wl,--gc-sections -static -L../Middlewares/ST/STemWin/Lib --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-a…

  • Updating GUI_App.c not working

    sagerchr - - emWin related

    Post

    i recently came back to that problem but haven't found any solution! Did you found a solution for that problem? What board are you using?

  • Updating GUI_App.c not working

    sagerchr - - emWin related

    Post

    Hey, i tried without calling the GUI_Init() mulltiple times. I didn´t helped. Just to make sure that no hardware configuration problems are present i can tell that i followed these steps to create the source code. community.st.com/s/article/FAQ…-using-CubeMX-and-STemWin I have no clue what is wrong in my application, because theoreticcly it should work fine. Do you have any other idea, hint or suggestion? I´m thankfull for every kind of help. Thank you very mutch in advance...

  • Updating GUI_App.c not working

    sagerchr - - emWin related

    Post

    Hej, yes it is running the loop. When i probe "i" it is counting up. I also toggle now an LED on the bord and i see that the code is executed in the speed i want it to. So from that perspective i would say that timing in this case is OK. Is there something else which could be wrongly configured? I realise also, that it seems to just work for a few 50-55 ms. I made two examples which showcase the behaiviour. If the GUI_Delay > 50 - 55 ms then it stops working. The second itteration of the while L…

  • Updating GUI_App.c not working

    sagerchr - - emWin related

    Post

    Hej, i´m running stm32f469i-Discovery Board with CubeMX generated code in SW4STM32. When i run the source code below i will just get something like when i execute the code below: ---------------------------------- |Hello world |0000 | | --------------------------------- I don´t see an upcounting number. Furthermore it seems like the GUI is not constantly updating which to my understanding should be done via GUI_Delay(). - What am i missing? - Is there something in the settings wrong? - How is th…