Is IPCF not supported on statically allocated operating systems?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is IPCF not supported on statically allocated operating systems?

Jump to solution
762 Views
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 Kudos
1 Solution
417 Views
nxf78987
NXP Employee
NXP Employee

Hi @mikesteven,

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

Best regards,

Dan

View solution in original post

8 Replies
733 Views
nxf78987
NXP Employee
NXP Employee

Hello @mikesteven,

What is the compilation error?

Best regards,

Dan

0 Kudos
730 Views
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 Kudos
713 Views
nxf78987
NXP Employee
NXP Employee

Hello @mikesteven,

What is the IPCF package version you are using?

Best regards,

Dan

0 Kudos
691 Views
mikesteven
Contributor II

Hi @nxf78987 ,

The IPCF version I am currently using is 3.4.0.

0 Kudos
680 Views
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 Kudos
677 Views
mikesteven
Contributor II

Hi, @nxf78987 ,

Thanks!

Okay, I look forward to your reply!

418 Views
nxf78987
NXP Employee
NXP Employee

Hi @mikesteven,

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

Best regards,

Dan

389 Views
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!