Other Parts Discussed in Thread: CONTROLSUITE
I have a C2000 launchpad and have been working through examples from the ControlSuite. Most of the examples only have one main .c file, but the I2C one has multiple .asm and .c files. It builds and includes all of these when building for RAM, but when I go to FLASH they additional files get greyed out and aren't included in the build. Therefore I get a build error because it thinks the functions in the other files are undefined. I want the program to be retained after cycling power or a reset, but it won't do that when running from RAM. I am using CCS v5.3 with the free version license. Is this a limitation of my license?

