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.
Tool/software: Code Composer Studio
I have a code composer studio project that has a sensor controller studio project integrated into it. However, I do not have the original sensor controller project. Is there any way I can change the pins designated by the sensor controller in my code composer studio project? The sensor controller takes over the pins it uses so it is not possible to change pin assignments in the board files. Thanks.
Hi Joseph,
To my knowledge, this is not possible as the pin IDs used in the SCS code is code into the generated output. You would need to change the mapping in the original project.