Good evening,
I see CCES as the recommended toolchain for this ADICUP3029
https://wiki.analog.com/resources/eval/user-guides/eval-adicup3029
But then the Battery Impedance example (which is what I'm trying to use), directs to here
https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0510
Which doesn't mention CCES. So far, I've been able to get the sample code working on keil. But I primarily use linux. So if I can use CCES for this project, that'd be my preference (even better if I could just use cli and cmake, but I don't see that as an option anywhere).
I was able to make a couple of the CCES ADICUP3029 examples build and run.
But when I try to import the AD5940 examples, CCES recognizes them as projects
but apparently not the right kind of project, because there's no option to build or run.
I guess this means that CCES isn't recognizing it as a C/C++ or CrossCore project? If so, what tweaks do I need to make in order to successfully build and run this example on CCES?
Thank you, take care