Tool/software: Code Composer Studio
Hello everyone!
I'm working on a Control Project and i need to start using the CLA to calculate my PI values. I created a header file and i declared all the variables there. My problem is that i get an error for each of these declared variables like "unresolved symbol <variable>, first referenced in ./epwm_up_aq_cpu01.obj". I inserted all the erros down below
I tried looking for the linkers used on the CLA examples, but i still get the errors. What should i do?