In systems embedded with FreeRTOS, it is possible to communicate multiple items between pieces of code (tasks). In imple
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
In systems embedded with FreeRTOS, it is possible to communicate multiple items between pieces of code (tasks). In imple
In systems embedded with FreeRTOS, it is possible to communicatemultiple items between pieces of code (tasks). In implementationaspects, we have two ways to use it, the first is the use of globalvariables. And what is the second? Present a detail of this secondway, considering the functions available by FreeRTOS