S32DS component inspector

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

S32DS component inspector

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

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