Search found 2 matches

by omorando
Sat Feb 23, 2019 4:19 pm
Forum: ChibiOS/RT
Topic: xQueueCreate equivalent
Replies: 10
Views: 5575

Re: xQueueCreate equivalent

Hi, Look at "Object Queues", it is a pool of structures of the same size exchanged via a mailbox: Get a structure from the pool, send it, receive it, return it to the pool. It can be used by ISR and tasks, fully static. Giovanni Thanks for your reply. I'm not able to find info about objec...
by omorando
Sat Feb 23, 2019 2:45 pm
Forum: ChibiOS/RT
Topic: xQueueCreate equivalent
Replies: 10
Views: 5575

xQueueCreate equivalent

Hello, I'm new of Chibios/RT, sorry for my dummy question. What's the equivalent of xQueueCreate of FreeRTOS? I know that in ChRt we have mailboxes, I/O queues, sync messages but it's not clear for me what the best choise to replace the xQueueCreate class. My need is to have queues of structs to sha...

Go to advanced search