Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
Tool/software: Code Composer Studio
I followed the instructions to insert a syscfg file into an existing project as described in Section 6 of the SPRUIR8A User's Guide and in this link:
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/910829
First, I inserted a syscfg file into one of the CMPSS example files (cmpss_ex1_asynch) to make sure that the process worked. I was able to add a CLB with a simple state machine to the code with no issues at all upon building the project in CPU1_FLASH. We will call this the working example.
I then took an existing code that we are running on our eval board, which has compiled without any issue thus far, and followed the same procedure to add a syscfg file to that project. I made sure all of the Path Variables in the Linked Resources matched the working example, and I hit build. I ended up getting this error:
I am not sure why this would be happening, since I have all of the same libraries linked to this project as the working example, so I am not sure where to start looking. Can anyone tell me what I should be looking for?
