is this possible to use sbrk() function in s32k118

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

is this possible to use sbrk() function in s32k118

1,083件の閲覧回数
9860042625
Contributor I

I'm using s32DS for arm.

0 件の賞賛
返信
1 返信

1,076件の閲覧回数
Alexis_A
NXP TechSupport
NXP TechSupport

Hello @9860042625,

Usually, to allocate dynamically memory the malloc function is used. In the newlib library used by the S32DS, inside the malloc, the sbrk is used to check if there's still memory space available to allocate the desired variable.

Also, only as a recommendation, the S32 design studio platform 3.4 was already released (link). I will suggest taking a look at the new features like the clocks, pins, and peripheral configuration tool.

Best Regards,

Alexis Andalon

0 件の賞賛
返信