summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a71a1b0)
raw | patch | inline | side by side (parent: a71a1b0)
author | Govind Jeyaram <govind.j@ti.com> | |
Wed, 26 Jul 2017 05:17:30 +0000 (22:17 -0700) | ||
committer | Govind Jeyaram <govind.j@ti.com> | |
Wed, 26 Jul 2017 05:17:30 +0000 (22:17 -0700) |
pasdk/test_dsp/application/app.cfg | patch | blob | history |
index 9d23441d3fbf2851614f115877ce9ae8b341e41f..a9dc65fd0e16ae3cfa4c5e9c5e2e3320973b9b2a 100644 (file)
/* 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";