After having done a great deal of "alpha" level development on the dm643x platform using the actual hardware, I'd like to do some function level optimization using the simulator instead of a target board. Basically rip the function in question out and write a simple wrapper to do some test cases to try and get my cycles per loop down. I started looking at the optimizing C tutorial, only to see that it says it is not supported for CCS3.3 release. I'd love a sample project setup for the c64+ cycle accurate simulator (or even better, setup just like the 643x) to get started on. So far, after picking this simulator during CCS setup and starting a project from scratch I continue to receive a "[ output name ] does not match the target type, not loaded" error anytime I attempt to load my built output file into the simulator. Any suggestions for how to fix this or where to find an existing starting project?