author | Frank Livingston <frank-livingston@ti.com> | |
Wed, 26 Jul 2017 16:16:33 +0000 (11:16 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Wed, 26 Jul 2017 16:16:33 +0000 (11:16 -0500) |
1 | 2 | |||
---|---|---|---|---|
pasdk/test_dsp/application/app.cfg | patch | | diff1 | | diff2 | | blob | history |
diff --combined pasdk/test_dsp/application/app.cfg
index 10ee8a95080d2ccee1297fb268412aecb8df86a8,a9dc65fd0e16ae3cfa4c5e9c5e2e3320973b9b2a..c9ab5466aca45e8f38ce21186fff432eeb9c0a14
/* Add L2 SRAM heap */ // formerly IRAM
var heapMem0Params = new HeapMem.Params();
heapMem0Params.instance.name = "heapMemL2Sram";
- heapMem0Params.size = 700*1024; //512*1024; // 700 kB temporary setting for OB in L2
-heapMem0Params.size = 550*1024; // 96000; // from pa.cfg
++heapMem0Params.size = 550*1024; // 550 kB temporary setting for OB in L2
heapMem0Params.sectionName = ".l2SramHeap";
Program.global.heapMemL2Sram = HeapMem.create(heapMem0Params);
Program.sectMap[".l2SramHeap"] = "L2SRAM";