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
4,648 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
Reply
1 Solution
4,303 Views
DanNguyenDuy
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
4,619 Views
DanNguyenDuy
NXP Employee
NXP Employee

Hello @mikesteven,

What is the compilation error?

Best regards,

Dan

0 Kudos
Reply
4,616 Views
mikesteven
Contributor II

Hi @DanNguyenDuy 

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
Reply
4,599 Views
DanNguyenDuy
NXP Employee
NXP Employee

Hello @mikesteven,

What is the IPCF package version you are using?

Best regards,

Dan

0 Kudos
Reply
4,577 Views
mikesteven
Contributor II

Hi @DanNguyenDuy ,

The IPCF version I am currently using is 3.4.0.

0 Kudos
Reply
4,566 Views
DanNguyenDuy
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
Reply
4,563 Views
mikesteven
Contributor II

Hi, @DanNguyenDuy ,

Thanks!

Okay, I look forward to your reply!

4,304 Views
DanNguyenDuy
NXP Employee
NXP Employee

Hi @mikesteven,

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

Best regards,

Dan

4,275 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!