library selection when creating S32R274 project

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

library selection when creating S32R274 project

ソリューションへジャンプ
2,602件の閲覧回数
guangyuanh
Contributor I

Greetings:

    would anyone help me about the differences between the EWL/EWL Nano/NewLib/NewLib Nano as below? 

    I used to select the EWL library in MPC5775K project by default. I'd like to know if it is the most suitable selection for radar signal processing?

Jimmy

        pastedImage_1.png

0 件の賞賛
1 解決策
2,043件の閲覧回数
stanish
NXP Employee
NXP Employee

Hi,

There are basically two main Ansi C/C++ libs familes supported by S32DS: Newlib and EWL

Newlib

Newlib-nano

  • Newlib variant that is targeting memory constrained devices (e.g. no floating point support for std. I/O)

EWL (Embedded Warrior Library)

  • proprietary libraries created by NXP (source code available and distributed with S32DS/CodeWarrior)
  • maintained by NXP
  • easy migration from CodeWarrior projects
  • good scalability via config macros 

EWL-nano

  • EWL variant that is targeting memory constrained devices (currently smaller footprint then Newlib-nano)

S32R274 is a device with enough memory ~2MB internal Flash/ >1 MB of onchip SRAM. So you can choose between EWL and Newlib.

Hope it helps.

Stan

元の投稿で解決策を見る

2 返答(返信)
2,044件の閲覧回数
stanish
NXP Employee
NXP Employee

Hi,

There are basically two main Ansi C/C++ libs familes supported by S32DS: Newlib and EWL

Newlib

Newlib-nano

  • Newlib variant that is targeting memory constrained devices (e.g. no floating point support for std. I/O)

EWL (Embedded Warrior Library)

  • proprietary libraries created by NXP (source code available and distributed with S32DS/CodeWarrior)
  • maintained by NXP
  • easy migration from CodeWarrior projects
  • good scalability via config macros 

EWL-nano

  • EWL variant that is targeting memory constrained devices (currently smaller footprint then Newlib-nano)

S32R274 is a device with enough memory ~2MB internal Flash/ >1 MB of onchip SRAM. So you can choose between EWL and Newlib.

Hope it helps.

Stan

2,043件の閲覧回数
guangyuanh
Contributor I

Hi Stanislav:

    Many thanks for your detailed description. It is clear to me for this question.

Jimmy

0 件の賞賛