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.

UCD3138A: new configuration setup in CCS

Part Number: UCD3138A

hi, I'm making my FW basing on Lab1 example as recommended by TI. Now I want to add new configuration to CCS project with changes in linker and asm loader files. Apparently it is a bit more complicated, so far I do:

  1. copy existing configuration
  2. make new folder with linker cmd and load asm
  3. drag and drop new linker and asm files from new folder to project: in options link them
  4. modify filter in "C/C++ General\Paths and Symbols\Source Location - exclude filter" with old cmd and asm
  5. modify filter in "C/C++ General\Paths and Symbols\Source Location - exclude filter" with new cmd and asm in oroginal confguration
  6. modify preprocessor file directory: CCS Build\Arm Compiler\Advanced options\Directory Specifier

so far it seems that those are all the steps required, am I missing something?