Hi,
I am doing the job of making an existing algorithm that compliance with xDM.
Could anybody make me clear on these following,
1. There are APIs in the xDAIS standard algActivate, algAlloc, algControl, algDeactivate, algFree, algInit, algMoved, algNumAlloc, (Process and control - xDM). The essential APIs are algAlloc, algInit, algFree, process and control. I can map the paritcular functions present in the existing algorithm with these IALG APIs but i could not understand the usage of the remaining IALG APIs. In TI's pdf says that the algNumAlloc is a system call it'll automatically tell us the memory requirement of an algorithm. How do i find that i have to map the algActivate, algDeactivate APIs for algorithm to be done.
2. In the said algorithm, memory is managed as a custom linked list for creating the Handles. Do i have to keep the same thing or Do i have to change that for making making compliance with xDM?
3. Actually, i have the Montavista Linux Environment, xDAIS 6.22 setup and the algorithm to be made. This is for DM355 processor. My aim is to make that algorithm that compliance with xDM. For that what i have to do?
I am looking forward to your reply...