We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2019/08/28 11:07:46 AM CEST
Hello.
Since a short time I use CRTOS with mikroPascal PRO for PIC. I use PIC18 controllers.
What I miss in CRTOS is messaging. One task shall i.e. do the serial I/O. Other tasks tell this one task what to send (a string), so I can prevent any collisions. Also, this one task can receive and dispatch /forward incoming data to particular other tasks.
Such things work best with message pipes (N-to-1 and 1-to-N pipes).
Is something like this already available?
USER Comments
posted on 2019/08/29 09:24:24 AM CEST
After doing some research, I found out that FreeRTOS (which is different to CRTOS) has QUEUES implemented. This queues are missing in CRTOS but would do the job.
Do you want to report abuse comment ID: 2224 in "Inter-Task communication for CRTOS on PIC18 controllers in mikroPascal language?" request.