S32K ProcessorExpert and C++11

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

S32K ProcessorExpert and C++11

2,035件の閲覧回数
jorgesuarez-riv
Contributor II

Hi All,

I am trying to use C++11 classes in a ProcessorExpert based project. My project is targeting S32K platform.

Is this possible?

Thanks,

Jorge

タグ(3)
0 件の賞賛
返信
2 返答(返信)

1,605件の閲覧回数
shivchopra5
Contributor II

Hi @razva_tilimpea,

Will the RTD delivered by NXP ever support C++?

Thanks,
Shiv

0 件の賞賛
返信

1,921件の閲覧回数
razva_tilimpea
NXP Employee
NXP Employee

Hi,

Design Studio for ARM support C++ projects. You just have to select C++ as language in project creation wizard.

The problem is that SDK drivers which are delivered with Design Studio were not designed for C++ applications.

You can try to create a C++ project (File-> New->S32DS Application Project ) and manually add and change the driver code.

Please keep in mind that we can't guarantee the behavior for SDK in C++ environment.

Best regards,

Razvan

0 件の賞賛
返信