This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS570LS1227: HALCOGEN 04.07.01 minor issue

Part Number: TMS570LS1227
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

I'm using Halcogen to generate the basic hardware configuration for my project using the 570LS1227ZWT. I followed the instructions in SPNA121B and generated code from the default then built o.k. I then went back to the Hacogen and started turning off the peripherals I was not using, regenerated the code and it fails to compile with numerous missing identifiers.

What appears to be happening is that if you turn off the peripheral (an adc for example) then the configuration values for the code are no longer generated in the header files, but are still used in the source code because halcogen does not delete the associated source file when you turn the peripheral off.

I found this a bit confusing until I figured out what was happening, and would suggest that section 4 of SPNA121B ought to contain a warning about deleteing generated files