From 1d0c36641e3955f2500037fc731e8031415c8760 Mon Sep 17 00:00:00 2001 From: Govind Jeyaram Date: Tue, 25 Jul 2017 22:17:30 -0700 Subject: [PATCH] PASDK-218: Tuned the L2SRAM heap size - to accomodate SRC4, CAR, OAR, BMDA & OB_on_L2 - based on feedback from ROV. --- pasdk/test_dsp/application/app.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pasdk/test_dsp/application/app.cfg b/pasdk/test_dsp/application/app.cfg index 9d23441d..a9dc65fd 100644 --- a/pasdk/test_dsp/application/app.cfg +++ b/pasdk/test_dsp/application/app.cfg @@ -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"; -- 2.39.2