analogdevicesinc / aducm355-examples

This repo includes examples for the Analog Devices ADUCM355 Precision Analog Microcontroller with Chemical Sensor Interface
https://www.analog.com/aducm355
Other
28 stars 10 forks source link

M355_ECSns_CapaTest Does Not Run #2

Closed nmcgillbg closed 3 years ago

nmcgillbg commented 4 years ago

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.

2020-08-10 12_45_28-M355_ECSns_CapaTest - IAR Embedded Workbench IDE - Arm 8 40 2

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?

2020-08-10 12_48_22-Options for node _M355_ECSns_CapaTest_

If I uncheck the override to use the default linker configuration, I see compile errors, indicating the the file is too large. image

Any ideas for remedying this situation? Thanks!

nmcgillbg commented 4 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.

nmcgillbg commented 3 years ago

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. image