S32K ProcessorExpert and C++11

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K ProcessorExpert and C++11

1,043 Views
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

0 Kudos
2 Replies

613 Views
shivchopra5
Contributor II

Hi @razva_tilimpea,

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

Thanks,
Shiv

0 Kudos

929 Views
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 Kudos