@nxp teams,
hello, I encountered difficulties with integrating IPCF.
When I set FreeRTOS only with static allocation options, IPCF compilation reported an error. Is it necessary to enable dynamic allocation?
Solved! Go to Solution.
Hi @nxf78987
Thank you for your reply!
If I do not turn on the dynamic memory allocation option, the compilation will prompt the following error. Because the API used when creating tasks in the current IPCF is xTaskCreate, this function must use the dynamic memory allocation option to be used. But if my project does not allow dynamic memory allocation, does that mean I cannot integrate IPCF?
Best regards
Hi @nxf78987 ,
The IPCF version I am currently using is 3.4.0.
Hello @mikesteven,
I raised your issue to the IPCF team. They will analyze to this and check if IPCF driver can support also for static allocation.
I'm going to inform you when I get any information from them.
Best regards,
Dan
Thank you for your notification! I have seen the modifications in version 4.1.0, thank you to the NXP team for their efforts!