S32DS component inspector

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

S32DS component inspector

702 Views
daich
Contributor I

I want to use component inspector to create code, but it show no project focused, filtering disabled.

when i click project->generate processor expert code, it alert no active project selected in project panel.

so how to actice one project? thank you very much

0 Kudos
1 Reply

686 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

you have baremetal example without SDK included, so you cannot select any component.
SDK can be added, right click on project name -> Properties and select SDKs -> choose desired SDK and click on Attach/Detach... to attach this SDK into your project.

Probably this option will not be available as the demo example was created based on GCC 4.9 toolchain for which SDK is not available. You need to have project created with GCC 6.3 toolchain.

So you will need to create new project where you can select SDK directly and later copy needed c/h files.

BR, Petr

0 Kudos