In systems embedded with FreeRTOS, it is possible to communicate multiple items between pieces of code (tasks). In imple
Posted: Fri Jul 01, 2022 6:11 am
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