Dear,
I'm building an application with CCS4.
I have a project with a linked RTSC project.
Up to know, everything compiles and links correctly, however I want to use DSP/BIOS and I want to start using the "Mailbox" module
I have two questions:
QUESTION 1:
I click on my project.cfg file in the RTSC project and add the Mailbox module to my configuration. I subsequently add a Mailbox instance to the module. Everything still compiles and links correctly
How can I from within my C++ code, access the created mailbox, since I don't have the handle to it.
QUESTION 2:
Since I did not know how to get a handle to the object, I considered that maybe as per "spru403g" which is the "TMS320C6000 DSP/BIOS Application Programming Interface
(API) Reference Guide" I can do the work myself. So I add the code to my application. I have access to all include files and all definitions seem to be correct.
The application compiles without a problem, but when linking I get the message:
Undefined symbol "_MBX_Create"
the other functions are found correctly (because in the include file, they are just macros to the built in code)
What do I have to do to get the app to link correctly the _MBX_Create into the app
thanks for your support
Marc