Hi, TI teams,
I used the EK-TM4C1294XL TM4C1294 Connected LaunchPad Board to do experiment, I reference the www.ti.com/.../spma072.pdf , I import the enet_s2e project in CCS, I want to use it to do some experiment because it has FreeRTOS and lwip stack.
There are two issues need your help,
1. Can not use xEventGroupCreate() to creat EventGroup in enet_s2e FreeRTOS project Demo.
I want to add a EventGroup between two tasks, I reference the https://www.freertos.org/xEventGroupCreate.html ,
I add the "#define configSUPPORT_DYNAMIC_ALLOCATION 1" in FreeRTOSConfig.h, but how to add the event_groups.c in CCS?
the CCS has errors as below,
unresolved symbol xEventGroupCreate, first referenced in ./radarwatchdog_task.obj
unresolved symbol xEventGroupWaitBits, first referenced in ./radarwatchdog_task.obj
So I take this issue for your help.
2. How to change the "heap_2.c" to "heap_4.c" in CCS?
I want to use the heap_4.c to manage the FreeRTOS memory , because it could recovery the memory fragmentation. but I do not fine the config about it.
I am looking forward for you reply.
Regards,
eric