Then, here is a fast start-up procedure for an evaluation board and a bareboard project in CW CF 6.4:
- connect the remote debugging probe cable between your computer and board, then power on your board
- create a new stationery project with the CodeWarrior new project wizard for your evaluation board supported by default in codeWarrior
- please choose your remote connection (debugger probe) in project settings->Remote Debugging->Connection
- debug the UART Debug Version of this project with "Verify Memory Writes" checked and board .cfg file selected in the CF Debugger Settings panel of this project target;
- verify if you can step over the main program instructions and check if you can see the serial port output when stepping over the printf function as described in this stationery project readme files (you should use your current custom project also with "Verify Memory Writes" checked for making sure the memory is correctly written)
- build the ROM version of this project
- open flash programmer (Tools->Flash Programmer)
- load the board's flash programmer settings file, (Flash Programmer->Load settings, for example M5282EVB.xml) and select your remote connection and processor in Target Configuration settings if this is the case;
- consult the readme.txt (from the stationery project) and the board user manual for the right board switches position (usually the default switch position is recommended)
- erase the flash (Erase/Blank Check panel of the Flash Programmer)
- program the ROM.elf.S19 file from the project "\bin" folder, then Verify(Program/Verify panel of the Flash Programmer)
- debug the ROM target of the project after programming the flash
Please note that in order for the board to run in standalone mode you have to remove the debugger probe from the board.
I hope this helps.