2022-07-29 02:02 AM
2022-07-29 02:32 AM
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:
2022-08-08 05:57 AM
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.
/Yoann
2022-08-15 10:35 PM
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;
}