I've been loading programs onto the PADK by:
1) Compile the project in Code Composer Studio v3.3 with the target configuration set to the c672x simulator
2) Use the command prompt to run the command (Provided with the PADK) "makerom.exe loader.out <programName>.out" to make a ROM called 'FLASH_<programName>.out'
3) Loading the ROM onto the PADK using the USBLoader program that was also included with the PADK software.
Is there a way to do this all with Code Composer? How do I configure code composer to connect to the PADK through the USB so I can load and debug programs with Code Composer?