How to convert MCUXpresso project to Keil

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

How to convert MCUXpresso project to Keil

Jump to solution
171 Views
lb_h
Contributor I

Hello,

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

Thank you.

 

Labels (1)
0 Kudos
Reply
1 Solution
143 Views
HangZhang
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

View solution in original post

0 Kudos
Reply
2 Replies
144 Views
HangZhang
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 Kudos
Reply
141 Views
lb_h
Contributor I
I see.Thank you for your reply and approach.
0 Kudos
Reply