]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-218: Tuned the L2SRAM heap size - to accomodate SRC4, CAR, OAR, BMDA & OB_on_L2...
authorGovind Jeyaram <govind.j@ti.com>
Wed, 26 Jul 2017 05:17:30 +0000 (22:17 -0700)
committerGovind Jeyaram <govind.j@ti.com>
Wed, 26 Jul 2017 05:17:30 +0000 (22:17 -0700)
pasdk/test_dsp/application/app.cfg

index 9d23441d3fbf2851614f115877ce9ae8b341e41f..a9dc65fd0e16ae3cfa4c5e9c5e2e3320973b9b2a 100644 (file)
@@ -347,7 +347,7 @@ Idle.idleFxns[2] = "&idleDebug"             // Idle function for debug code
 /* Add L2 SRAM heap */ // formerly IRAM
 var heapMem0Params = new HeapMem.Params();
 heapMem0Params.instance.name = "heapMemL2Sram";
-heapMem0Params.size = 512*1024; // 96000; // from pa.cfg
+heapMem0Params.size = 550*1024; // 96000; // from pa.cfg
 heapMem0Params.sectionName = ".l2SramHeap";
 Program.global.heapMemL2Sram = HeapMem.create(heapMem0Params);
 Program.sectMap[".l2SramHeap"] = "L2SRAM";