cancel
Showing results for 
Search instead for 
Did you mean: 

I want to use TouchGFX with Azure RTOS

onosho
Associate II

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.

4 REPLIES 4
Romain DIELEMAN
ST Employee

Hi,

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

/Romain

onosho
Associate II

Thank you for replying.

Is this OK?

Perfect, I'll try to have a look 👍

Did you find out anything?

I want information anyway:dizzy_face: