Hi Champs,
Is it possible to switch heap schemes in the FreeRTOS demo from heap 3 to heap 4? I changed the obvious thing heap_3 to heap_4.c in the oslib project that creates the free_rtos.a library. When i build and run I end up in the vApplicationMallocFailHook() function.
Is there anything else I need to be aware of?
Best Regards,
Chuck