cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, How to configure graphical display kit in bare metal. I am working on STM32F746G - DISCO board , using Touchgfx (version 14.1) i tried to configure but it is based on FREERTOS. Can anyone help me to configure the display in bare metal. Thanks.

PM.5
Associate III
 
3 REPLIES 3
Andrew Neil
Evangelist III

Please don't put the entire post in the Title - see:

https://community.st.com/s/article/How-to-Post

Limit the title to ~ 70 characters.

You can edit it - use this button:

0693W00000QMSO4QAP.png

Yoann KLEIN
ST Employee

Hello @PM.5​ ,

To configure bare metal on your board, I'd recommend you to take a look a the STM32G0 TouchGFX Board Setup available in TouchGFXDesigner. It already implements that.

0693W00000QNCYZQA5.png 

/Yoann

Yoann KLEIN
ST Software Developer | TouchGFX

Thank you for the reply.

I have gonna through the stm32G0 code , I tried to implement the same in stm32f746g board. But the issue remained the same i.e., code is getting hanged at this function given below.

void OSWrappers::takeFrameBufferSemaphore()

{

  while(fb_sem); // code is getting hanged at this line//

  fb_sem = 1;

}