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.

about function DM365MM_mmap

Hi, ALL:

I am doing DEI on mdvr368. I got DEI packet from my local Ti support.  The DEI version is 1.90.00. The DVSDK version is: 2.10.01.08.

From the Demo code and user guide,  there are following :

        DM365MM_init();

        sysRegBase = DM365MM_mmap(0x01C40000,0x4000);

       .........

      DM365MM_ummap(sysRegBase,0x4000);

There is no API implementation for DM365MM_mmap and DM365MM_ummap on DVSDK.

What i should do for replacing these two APIs or where i can get the DVSDK for the implementation of these two APIs?

Thanks

Bill