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