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