How to convert MCUXpresso project to Keil

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to convert MCUXpresso project to Keil

ソリューションへジャンプ
1,404件の閲覧回数
lb_h
Contributor I

Hello,

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

Thank you.

 

ラベル(1)
0 件の賞賛
返信
1 解決策
1,376件の閲覧回数
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,377件の閲覧回数
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,374件の閲覧回数
lb_h
Contributor I
I see.Thank you for your reply and approach.
0 件の賞賛
返信