Closed nmcgillbg closed 3 years ago
Another note: The ADuCM355InstallerV2.2.0.39.exe file installed example projects on my computer and the M355_ECSns_CapaTest project is working without issue. C:\Analog Devices\ADuCM355V2.2.0.39\examples\M355_ECSns_CapaTest
Comparing the projects, there seem to be many new files. For now, I'll be avoiding the Github project for the Chronoamperometry example.
This was simply an issue with the Debugger option in IAR -- it was set to Simulator by default and needed to be updated to my correct Debugger.
The Chronoamperometry example does not run when rebuilt and loaded onto the ADuCM355QSPZ evaluation board. I've been running examples from Analog Die, Digital Die, and Application Examples folders without issue. This particular project, M355_ECSns_CapaTest, does not run as expected, getting caught in the digital clock selection.
I reviewed the project options for a working project (M355_ECSns_2Sensors) and this failing project (M355_ECSns_CapaTest). The M355_ECSns_CapaTest overrides the default linker configuration file, seeming to use the SRAM to load the file? Perhaps this is the reason things aren't working properly -- maybe I need to adjust some other settings within the project?
If I uncheck the override to use the default linker configuration, I see compile errors, indicating the the file is too large.
Any ideas for remedying this situation? Thanks!