Hi all. Hopefully this is a quick error.
I am looking to solve an unresolved symbol linker error.
Initially, these three lines were giving me an issue:
extern Uint16 Cla1funcsLoadStart;
extern Uint16 Cla1funcsLoadEnd;
extern Uint16 Cla1funcsRunStart;
Adding in the cla_adc folder into the Linker Path solved LoadStart, and RunStart, but NOT LoadEnd.
Any idea what I'm missing to get the LoadEnd linked properly? Why would it not be fixed at the same time as the other two, unless it's in a different location?
This is based off of the 28035 cla_adc ControlSuite example.