Hello folks,
i have the follwoing toolchain: Tiva-C / CCS Ver.6.1.2 / C++
My starting point was the Kentec demo project delivered in Tiva Ware for EK-T4MC1294XL evalboard.
I try to do dynamic allocation and have already set the heapsize to 2048 (Properties->CCS Build->ARM Linker->Basic Options).
I have checked, that i don´t get a Null pointer.
My FW has a "ItemFactory.cpp" file from where "Items" can be requested. The FW works fine if simply return a pointer to an instance
of an classes instance allocated at compile time.
So, is there anything else i have to consider than the mentioned heap size? Some kind of some other setting? Regarding my starting point demo-project,
do i have to add something to the startup file? May be an Heap Offset for example?
best regads,
Jasson