Is IPCF not supported on statically allocated operating systems?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is IPCF not supported on statically allocated operating systems?

ソリューションへジャンプ
864件の閲覧回数
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 解決策
519件の閲覧回数
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 返答(返信)
835件の閲覧回数
nxf78987
NXP Employee
NXP Employee

Hello @mikesteven,

What is the compilation error?

Best regards,

Dan

0 件の賞賛
832件の閲覧回数
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 件の賞賛
815件の閲覧回数
nxf78987
NXP Employee
NXP Employee

Hello @mikesteven,

What is the IPCF package version you are using?

Best regards,

Dan

0 件の賞賛
793件の閲覧回数
mikesteven
Contributor II

Hi @nxf78987 ,

The IPCF version I am currently using is 3.4.0.

0 件の賞賛
782件の閲覧回数
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 件の賞賛
779件の閲覧回数
mikesteven
Contributor II

Hi, @nxf78987 ,

Thanks!

Okay, I look forward to your reply!

520件の閲覧回数
nxf78987
NXP Employee
NXP Employee

Hi @mikesteven,

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

Best regards,

Dan

491件の閲覧回数
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!