Сan i use c++ instead of c when programming rtd on imx8ulp?

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

Сan i use c++ instead of c when programming rtd on imx8ulp?

379 Views
Velin
Contributor I

Could you please tell me — I found a guide on setting up Visual Studio Code for programming the M33 core in C, but I’d like to use C++ instead. Is that possible, or maybe there’s a guide on how to set up the development environment for that?
I'm using the i.MX8ULP, and I’d also like the SDK drivers written in C to continue working with C++.

Labels (1)
Tags (3)
0 Kudos
Reply
2 Replies

350 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi @Velin!

 

At the moment MCUXpresso Visual Studio Code only generates projects in C.

You can configure manually the project to use c++ instead of c but we don't gave any guidance for that.

 

Best Regards!

Chavira

0 Kudos
Reply

330 Views
Velin
Contributor I
Thanks for the answer, this is bad news, so I will try to set it up myself