Hi,everyone~
I am using the psp mcbsp driver for my mcbsp on dm6437.
Here is some problem about the API.
One of the prototypes of the API is :
PSP_Result | PSP_mcbspCreate (Uint32 instanceId, const PSP_mcbspDevParams *initCfg, Ptr Arg) |
the last parameter Ptr Arg is explained as: application reference pointer .
But i don't know how to configure it, can someone tell me how to configure this parameter?
Thanks~