S32K ProcessorExpert and C++11

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32K ProcessorExpert and C++11

2,001 次查看
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,571 次查看
shivchopra5
Contributor II

Hi @razva_tilimpea,

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

Thanks,
Shiv

0 项奖励
回复

1,887 次查看
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 项奖励
回复