summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9982758)
raw | patch | inline | side by side (parent: 9982758)
author | Govind Jeyaram <govind.j@ti.com> | |
Tue, 18 Jul 2017 00:28:02 +0000 (17:28 -0700) | ||
committer | Govind Jeyaram <govind.j@ti.com> | |
Tue, 18 Jul 2017 00:28:02 +0000 (17:28 -0700) |
pasdk/test_dsp/application/app.cfg | patch | blob | history |
index 395eeeddbcf1d12d4134953f867a6c07c1e8ace7..9d23441d3fbf2851614f115877ce9ae8b341e41f 100644 (file)
/* Add L2 SRAM heap */ // formerly IRAM
var heapMem0Params = new HeapMem.Params();
heapMem0Params.instance.name = "heapMemL2Sram";
-heapMem0Params.size = 256*1024; // 96000; // from pa.cfg
+heapMem0Params.size = 512*1024; // 96000; // from pa.cfg
heapMem0Params.sectionName = ".l2SramHeap";
Program.global.heapMemL2Sram = HeapMem.create(heapMem0Params);
Program.sectMap[".l2SramHeap"] = "L2SRAM";