Hi Todd, re: "In a task, can you just have a loop that opens N unique files and see if that works?" Yes, this is what my program is doing... Now: Program.stack = 2048; task0Params.stackSize = 5000; (My one and only Task) BIOS.heapSize = 15360; SRAM Memory Allocation is 32,572(99%) More possibly relevant... I can 'load' 7 files into scriptList[]. Attempting to load an 8th causes 'false' to return from fileExists(). Cheers
↧