Hi, I have encountered a error when running decode demo.
Error: DSP-side memory map does not match configuration.
Compare DSP-side TCF/MAP file with /dsplink/config/all/CFG_<PLATFORM>.c
I use dvsdk_2_10_00_15 including dsplink_1_61_03 and codec_engine_2_23_01 which are compatible in the dsplink roadmap.
I use codecs in dm6446_dvsdk_combos_2_03 and demos which are all from dvsdk_2_00_00_18.
Now I have encode and encodedecode demo running on my davinci evm board.
But when I ran the decode demo, I encounter the problem above.
I check the tcf in servers/encode and servers/decode, they are no different.
I found this on wiki "Engine_open
failure seems to indicate that DSPLink is being used inside Codec Engine.
In such cases, modifying the default configuration file within DSPLink as mentioned above will not make any difference.
This file gets overwritten by Codec Engine, which provides a dynamic configuration to DSPLink.
The actual changes to ensure correct memory map need to be made as mentioned at this page"
But the http://wiki.davincidsp.com/index.php?title=Changing_the_DVEVM_memory_map is so long that I don't know
which section will be help for me for the error above.
So I came here for help.
Thanks.