cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in display the screen while using FreeRtos in Touchgfx

MPath.4
Associate II

I am working on a custom board STM32H750VB with the screen pixel size(800x480) but it does not have SDRAM and the FLASH size is 128Kbytes.Version of stm32cubidie :1.13.1,stm32cubeMX : 6.9.1, TOUCHGFX:4.22.0. FW:1.11.1. I am using RAM_D1 of 512KB as framebuffer. Single buffer with allocation by address(0x24000000)  is used in CUBEMX.QUADSPI flash used is of 16MB and have created partition of 2MB of application code and rest for the asset of TOUCHGFX . Every precaution which needs to be taken care of in LD file is done. 

The problem is coming inn displaying the screen with FreeRTOS.

It is working fine without freeRTOS. My pixel size is 800x480 but I used 480x272 so it comes in resolution size.

I used TIM6 as a systick timer. 

1 REPLY 1
MPath.4
Associate II

Can anyone please help regarding to this??