How to modify project options after it is created

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

How to modify project options after it is created

513 Views
shouminliu
Contributor II

Hello!

 

When one creates a new MCU project in CodeWarrior (10.x), CodeWarrior asks the user to configure the project. For example, it asks the user whether Rapid Code Creation is needed or options for I/O (for the "printf" command). How can the user modify these selections after the project is created?

 

I chose "console" as the I/O for "printf" when creating a project, and this is pretty handy for displaying some messages or values in the console window in debug mode. The drawback is that the the firmware cannot run standalone. It relies on the debugger to run. When debugging is done, I need to disable "I/O" (not the pin GPIO) so that the firmware can run by itself. How can I modify the project options without creating a new project from scratch? Thank you.

 

--SL

Labels (1)
0 Kudos
1 Reply

415 Views
BlackNight
NXP Employee
NXP Employee

Hi SL,

see Tutorial: Printf() with (and without) Processor Expert | MCU on Eclipse which shows which of the library and I/O options end up as project settings.

With this, you can easily modify your selection after the project has been created.

I hope this helps,

Erich

0 Kudos