Skip to main content
PM.5
Associate III
July 29, 2022
Question

How to configure graphical display in bare metal ?

  • July 29, 2022
  • 3 replies
  • 1468 views

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.

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
July 29, 2022

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

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
PM.5
PM.5Author
Associate III
July 29, 2022

without the RTOS

MM..1
Chief III
July 29, 2022

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

PM.5
PM.5Author
Associate III
July 30, 2022

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

MM..1
Chief III
July 30, 2022

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.