Hi,
I am using "dvsdk_omapl138-evm_4_02_00_06" in ubuntu 10.04. When I see TCF file of dsplink sample applications. There are 2 region DSPLINKMEM and POOLMEM. What is Sections stands for and which is shared region?
Where POOL_Config allocated memory? For example consider MSGQ example, Where DSP QUEUE and GPP QUEUE is create (DSPLINKMEM or POOL MEM) ?
If My message contains only MSGQ_Header than what is size of my message?
How many number of msg can i able to allocate in a Queue?
What will be size of a Queue structure in shared region (if Queue has only one message holding capacity )?
Will Size of Queue changes for GPP and DSP side Queue?
I had gone through LNK_082_des and LNK_031_des but i'ma not able to figure out this.
Please Help me...