The project does not contain any configuration/source file to import

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

The project does not contain any configuration/source file to import

跳至解决方案
1,992 次查看
kelvinme
Contributor I

Hi,everyone.I have a question. Can you please help me?

I used KSDK Project Generator to generat a new IAR project.Like this:

1.PNG

After this,I used MCUXpresso Config Tools v6 to create a new configuration.But it showed me this error message.What is wrong with my project?I am new to use this tool.Can you please help me? Thank you !

2.PNG

标签 (1)
0 项奖励
回复
1 解答
1,814 次查看
marek-trmac
NXP Employee
NXP Employee

Hi Kelvin,

the second option in the wizard (new configuration based on existing project) should be used if you project already contains source files with YAML configuration, such as pin_mux.c or clock_config.c. Almost all SDK examples contain these files and you can open the configuration of the project and modify and then update a source code.

In case you have an empty project or new project created in IAR, that does not contain any of these files, simply create new configuration using third option (new configuration for the processor). We recommend to save configuration file into root folder of your project and then hit "Update Code" button to generate code into the project.

Regards

Marek

Regards,
Marek

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,814 次查看
kelvinme
Contributor I

Marek,

Thank you very much! 

0 项奖励
回复
1,815 次查看
marek-trmac
NXP Employee
NXP Employee

Hi Kelvin,

the second option in the wizard (new configuration based on existing project) should be used if you project already contains source files with YAML configuration, such as pin_mux.c or clock_config.c. Almost all SDK examples contain these files and you can open the configuration of the project and modify and then update a source code.

In case you have an empty project or new project created in IAR, that does not contain any of these files, simply create new configuration using third option (new configuration for the processor). We recommend to save configuration file into root folder of your project and then hit "Update Code" button to generate code into the project.

Regards

Marek

Regards,
Marek
0 项奖励
回复