platform: C6A8168
develop tools: EzSDK 5_02_02_60
edma3 lld: edma3lld_02_11_02_04
I set those in server's .cfg file, when I initialize edma driver, it's failed!
var Cache = xdc.useModule('ti.sysbios.family.c64p.Cache');
Cache.MAR0_31 = 0xffffffff;
Cache.MAR32_63 = 0xffffffff;
Cache.MAR64_95 = 0xffffffff;
Cache.MAR96_127 = 0xffffffff;
Cache.MAR128_159 = 0xffffffff;
Cache.MAR160_191 = 0xffffffff;
Cache.MAR192_223 = 0xffffffff;
Cache.MAR224_255 = 0xffffffff;
Cache.initSize.l1pSize = Cache.L1Size_32K;
Cache.initSize.l1dSize = Cache.L1Size_32K;
Cache.initSize.l2Size = Cache.L2Size_256K;
I don't know the reason why this error can happen. When I hide this configurations, The failure's gone!
I set this configurations for opening cache on c674x DSP core.