Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hello,
I created a simple project in CCS, which performs some basic algebraic processing, and it compiles and executes perfectly. Now I´m trying to incorporate some GPIO logic with interrups, but the linker is having trouble to recognize the registers I intend to access. I even tryed to include all the libraries used in an example project from ControlSUITE (FlashingLeds-F28035) to my project and it still doesn´t work. The error I´m getting when I try to build the project is:
#10234-D unresolved symbols remain
The error only shows when I intend to access the registers, like with this instruction:
GpioDataRegs.GPBTOGGLE.bit.GPIO34 = 1;