Hi,
I am running ,decoder we developed on OMAP 3530 on Codec Engine.We have a few functions put in internal memroy (L2 - IRAM) which fetched us some optimzation.I decalred one section using #prgam CODE SECTION and placed it in L2 memory.It works fine in CCS on EVM but while running using Codec Engine ,the application gives an error that " DSP Memroy map doesn't match with configuration ,while comparing DSP TCF with DSPLIK /../..<platform>.c file.
I went and searched this OMAP3530.c but couldn't make what is going wrong in this file.The same section works well if i make it DATA SECTION and place it in same address of L2.Is it because somewhere i need to mention that L2 IRAM will be used for both data and code.In the tcf file for DDR and all i see this done.But where to do for L2.
Please help me in resolving this
Thanks & Regards,
Manoj