Hello,
I am using the mailbox module on the C6678 DSP running SYSBIOS. What library do I need to link against to use the Mailbox functions?
Thanks
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.
Hello,
I am using the mailbox module on the C6678 DSP running SYSBIOS. What library do I need to link against to use the Mailbox functions?
Thanks
Talha,
what version of SYS/BIOS are you using?
When you add this the Mailbox module into your .cfg file it will add the linker search path to the mailbox libraries.
var Mailbox = xdc.useModule('ti.sysbios.knl.Mailbox');