Skip to main content
Visitor II
April 16, 2021
Question

I want to use TouchGFX with Azure RTOS

  • April 16, 2021
  • 2 replies
  • 2102 views

Hello.

I want to use TouchGFX with AzureRTOS(Thread X).

※board is STM32F769DISCO

※TouchGFX Version is 4.16.0

I made stm32CubeIDE's project with TouchGFXDesigner.

(selecting board→making Screen→Gnerate Code)

I opened this project with STM32CubeIDE.

Next, I disabled FREERRTOS and set X-CUBE-TOUCHGFX.0693W000008zkhAQAQ.pngAfter that, I imported and refered some files related to ThreadX.

Next, I added some code refering to azure rtos's page in touchgfx guide,

and I write "hal.taskEntry();" in touchgfx_taskEntry() function.

I tried to run this project. The result is as follows.

0693W000008zksNQAQ.jpgBut, when I enabled breakpoint in "OSWrappers::waitForVsinc()"in TouchGFXHAL::taskEnry() and debugged this project,

0693W000008zkyBQAQ.jpgI pushed resume button sometimes.

0693W000008zkz4QAA.jpgThis picure is my expected screen.

I don't understand why this ​phenomenon occurs nor what I should do.

Please tell me information.

    This topic has been closed for replies.

    2 replies

    ST Employee
    April 16, 2021

    Hi,

    Never worked with Azure RTOS, could you maybe share your project so that I can have a look ?

    /Romain

    ST Employee
    April 19, 2021

    Perfect, I'll try to have a look :thumbs_up:

    onoshoAuthor
    Visitor II
    April 23, 2021

    Did you find out anything?

    I want information anyway:dizzy_face: