Hi,
We're looking at using code generated by MATLAB/Simulink/Real-time Workshop.
These tools can create a DSP/BIOS project but do not provide a way to customise the DSP/BIOS configuration file that they create. This is a bit of a restriction because MATLAB/Simulink/Real-time Workshop only provides access to a limited amount of DSP/BIOS functionality.
I can add custom code to a project created by the tools and in this custom code I could probably dynamically create DSP/BIOS objects using XXX_create
but this seems like a bit of a waste given that I do not need dynamic behaviour.
I noticed that there is a semaphore initialisation function, SEM_new
, and I've seen this used with a semaphore object that was created statically in C code, i.e. struct SEM_Obj mySem;
.
Can something like this be done with other object types? I guess not but I wondered if anyone had any ideas.
Any thoughts about this or the use of MATLAB/Simulink/Real-time Workshop to generate DSP/BIOS projects greatly appreciated!
Thanks
Matt