Part Number:PROCESSOR-SDK-AM335X
Tool/software:TI-RTOS
Using the Ti-RTos system with the AM3359 processor. As the unit has 512Meg of memory (BeagleBone Black), I would like to setup Ti-Rtos to use all free memory after the application as Heap memory. I tried adding into the cfg file a BIOS.heapsize/Memory.defaultHeapSize to 256Meg. But looking at the memory map, I see it places the memory in the BSS section, which in itself would not be an issue except the system initializes the BSS section on powerup, which clearing 256Meg takes a while.
Any Help, on how to move the memory so it is not initialized on powerup and not make the bin file 256Meg in size.
Robert