2020-04-24 10:03 AM
Hi!
How to set FreeRTOS for 2 tasks and queue 2?
How to add support in main.c and Model.cpp?
Andrzej
2020-04-24 10:41 AM
Hi,
Please Check Below Image . Hope this helps..
--
Karan
2020-04-24 01:42 PM
After creation with cubeMX, you´ll find the new "task function" in main.c (scroll far down to find it...). In model.cpp, you can declare the generated queues and semaphores external (as they are already prepared in main.c) and use them, as usual. If you need an example, how to work with freeRtos together with TouchGFX, maybe this could help you:
https://www.youtube.com/watch?v=EbWOv_0Lp-U&t=1855s
Maybe the context (ADC via DMA...) isn´t interesting, but it shows very well the basic principles :)
2020-04-25 04:10 AM
2020-04-25 08:00 AM
2020-04-26 09:45 AM
I did not get your question .
2020-04-27 02:15 AM
2020-04-27 02:16 AM
2020-04-27 09:13 PM
Where "poster" data comes from and how to want to send ..
2020-04-28 01:05 AM
"Poster" data comes from functions in main.c. They are sent to the screen.