Hi,
I'm trying to implement the PROC module in my application.I have to use the PROC_load() API.In this function ,I have to pass the imagePath argument which gives all infoemation regarding the DSP executable to be loaded to DSP.
There is an include file called loaderdefs.h . 4 structures are defined here . BINLOADER_ImageInfo, STATICLOADER_ImageInfo , NOLOADER_ImageInfo and COFFLOADER_ImageInfo. How do I decide which structure I have to choose for my application so as to pass an object of this structure as an argument to the PROC_load API.
Regards,
Jose