This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-F280049C: Creating SYS/BIOS Queues

Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: SYSBIOS

Referencing SYS/BIOS documentation vbios_6_83_00_18

The ti>sysbios>knl>Mailbox module includes a Mailbox_create function that accepts a msgSize and numMsgs and handles the storage internally.

whereas

the ti>sysbios>knl>Queue module includes a Queue_create function but does not include any way to pass a msgSize/numMsgs. Is there any way to use the Queue module with the storage handled by it?

Thanks in advance