Is IPCF not supported on statically allocated operating systems?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Is IPCF not supported on statically allocated operating systems?

跳至解决方案
773 次查看
mikesteven
Contributor II

@nxp teams,

hello, I encountered difficulties with integrating IPCF.

mikesteven_0-1697802043310.png

When I set FreeRTOS only with static allocation options, IPCF compilation reported an error. Is it necessary to enable dynamic allocation?

 

0 项奖励
1 解答
428 次查看
nxf78987
NXP Employee
NXP Employee

Hi @mikesteven,

This issues will be fixed on the SW32K3 IPCF 4.1.0 D2312 package

Best regards,

Dan

在原帖中查看解决方案

8 回复数
744 次查看
nxf78987
NXP Employee
NXP Employee

Hello @mikesteven,

What is the compilation error?

Best regards,

Dan

0 项奖励
741 次查看
mikesteven
Contributor II

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?

mikesteven_0-1698138551940.pngmikesteven_1-1698138618472.png

Best regards

 

0 项奖励
724 次查看
nxf78987
NXP Employee
NXP Employee

Hello @mikesteven,

What is the IPCF package version you are using?

Best regards,

Dan

0 项奖励
702 次查看
mikesteven
Contributor II

Hi @nxf78987 ,

The IPCF version I am currently using is 3.4.0.

0 项奖励
691 次查看
nxf78987
NXP Employee
NXP Employee

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

0 项奖励
688 次查看
mikesteven
Contributor II

Hi, @nxf78987 ,

Thanks!

Okay, I look forward to your reply!

429 次查看
nxf78987
NXP Employee
NXP Employee

Hi @mikesteven,

This issues will be fixed on the SW32K3 IPCF 4.1.0 D2312 package

Best regards,

Dan

400 次查看
mikesteven
Contributor II

Thank you for your notification! I have seen the modifications in version 4.1.0, thank you to the NXP team for their efforts!