How to convert MCUXpresso project to Keil

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

How to convert MCUXpresso project to Keil

跳至解决方案
1,321 次查看
lb_h
Contributor I

Hello,

Is there a tool to convert MCUXpresso projects to Keil projects?

Thank you.

 

标签 (1)
0 项奖励
回复
1 解答
1,293 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @lb_h 

There is no direct tool available to convert MCUXpresso projects to Keil projects. However, you can manually import the source code and configuration files from the MCUXpresso project into a new Keil project. Here are the general steps to follow:

Create a new Keil project with the same target microcontroller as your MCUXpresso project.
Add the necessary header files, source files, and configuration files from your MCUXpresso project to the Keil project.
Update the include paths and defines in the Keil project to match those used in the MCUXpresso project.
Configure the Keil project settings, such as compiler options, linker options, and debugger settings, to match those used in the MCUXpresso project.
Build and debug the Keil project to ensure that it works correctly.

BR

Hang

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,294 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @lb_h 

There is no direct tool available to convert MCUXpresso projects to Keil projects. However, you can manually import the source code and configuration files from the MCUXpresso project into a new Keil project. Here are the general steps to follow:

Create a new Keil project with the same target microcontroller as your MCUXpresso project.
Add the necessary header files, source files, and configuration files from your MCUXpresso project to the Keil project.
Update the include paths and defines in the Keil project to match those used in the MCUXpresso project.
Configure the Keil project settings, such as compiler options, linker options, and debugger settings, to match those used in the MCUXpresso project.
Build and debug the Keil project to ensure that it works correctly.

BR

Hang

0 项奖励
回复
1,291 次查看
lb_h
Contributor I
I see.Thank you for your reply and approach.
0 项奖励
回复