How to modify project options after it is created

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

How to modify project options after it is created

524件の閲覧回数
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

ラベル(1)
0 件の賞賛
1 返信

426件の閲覧回数
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 件の賞賛