2021-04-16 02:58 AM
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.After 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.
But, when I enabled breakpoint in "OSWrappers::waitForVsinc()"in TouchGFXHAL::taskEnry() and debugged this project,
I pushed resume button sometimes.
This picure is my expected screen.
I don't understand why this phenomenon occurs nor what I should do.
Please tell me information.
2021-04-16 06:10 AM
Hi,
Never worked with Azure RTOS, could you maybe share your project so that I can have a look ?
/Romain
2021-04-18 05:12 PM
2021-04-19 03:22 AM
Perfect, I'll try to have a look :thumbs_up:
2021-04-22 06:42 PM
Did you find out anything?
I want information anyway:dizzy_face: