cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure graphical display in bare metal ?

PM.5
Associate III

Hi,

I am working on stm32f746g -disco board. I tried it with TOUCHGFX it worked ,but it is on FREERTOS. I tried by disabling FREERTOS & again regenerating code through TOUCHGFX ,it is executing with OSwrappers file which is an adapter between OS and driver. I want to operate the graphical display in bare metal , so that I can understand the code & make the changes as per my requirement. If anyone have an idea on that please let me know.

Thanks.

9 REPLIES 9

What does that mean, without the RTOS, or at a register configuration level.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
PM.5
Associate III

without the RTOS

MM..1
Chief III

What is your question? Error? Why yuo dont understand code with or without OS?

PM.5
Associate III

I understand the code of RTOS , but my requirement is to do on bare metal(without RTOS ).

In MX wizard untick RTOS in touchgfx and addware config , delete manualy target folder in Touchgfx , after this close MX and generate bare metal code. Or create new project .

Switching methods in existed project dont work ok.

PM.5
Associate III

Thank you for the reply. Can you explain what do you mean by addware config.

PM.5
Associate III

After untick of RTOS in TOUCHGFX , the files generated is shared , but I am getting error & I am not getting what to do next.

Too need disable 0693W00000QMbbMQAT.pngand clean refresh project after generate. Plus better is show error as share ...

PM.5
Associate III

0693W00000QMisAQAT.png0693W00000QMis5QAD.pngHi...

I have disabled Free RTOS and regenerated the code. But It got hanged at hard fault handler.