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