2022-07-29 02:58 AM
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.
2022-07-29 05:21 AM
What does that mean, without the RTOS, or at a register configuration level.
2022-07-29 05:26 AM
without the RTOS
2022-07-29 07:31 AM
What is your question? Error? Why yuo dont understand code with or without OS?
2022-07-29 08:56 PM
I understand the code of RTOS , but my requirement is to do on bare metal(without RTOS ).
2022-07-30 02:51 AM
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.
2022-07-31 09:50 PM
Thank you for the reply. Can you explain what do you mean by addware config.
2022-07-31 11:56 PM
2022-08-01 04:59 AM
Too need disable and clean refresh project after generate. Plus better is show error as share ...
2022-08-02 02:45 AM
Hi...
I have disabled Free RTOS and regenerated the code. But It got hanged at hard fault handler.