Tool/software: Code Composer Studio
I am trying to generate a .txt file in CCS 6.0.1. I have enabled enable the C200 Hex Utility an build the project. The console tells me it has finished building target: .out and finished building: .txt but I cannot find the .txt file. Also, the console gives these warnings:
Description Resource Path Location Type
section CD10036r00.out(.cinit) at 067a06eh falls in unconfigured CD10036 C/C++ Problem
Description Resource Path Location Type
section CD10036r00.out(.econst) at 067a2bch falls in unconfigured CD10036 C/C++ Problem
Description Resource Path Location Type
section CD10036r00.out(.text) at 0678000h falls in unconfigured memory CD10036 C/C++ Problem
Description Resource Path Location Type
section CD10036r00.out(codestart) at 067ffech falls in unconfigured CD10036 C/C++ Problem
Description Resource Path Location Type
section CD10036r00.out(Flash28_API) at 0660000h falls in unconfigured CD10036 C/C++ Problem
Description Resource Path Location Type
section CD10036r00.out(ramfuncs) at 0660a76h falls in unconfigured CD10036 C/C++ Problem
My final goal is to determine how to program my target with the C2000 Gang programmer to move the product to production.