Hi,
I have an ADZS-SC589-EZLITE board, and I have downloaded the Blinking_LED projects for core 1 and core 2: https://github.com/analogdevicesinc/runtime-sharc-loader/tree/master/SharcLoader_Examples/ADSP-SC589/Blinking_LED However, after having imported it into CrossCore Embedded Studio on Windows, built it and started it, nothing happens with the LED on the board, when I expect it to start to blink.
The projects are imported, and I did a small change in the core 1 project to force one of the LEDs to be selected:
My debug configuration looks like this:
Then when I try to run it by clicking on the Debug button, I get this dialog where I select the Yes option:
Then, I'm taken to the Debug view, where it looks like this:
If I press suspend, it seems like it's stuck in some sort of loop, judging from the Disassembly view:
And if I stop it, set a couple of breakpoints, start it again by pressing the debug button, they don't seems to work:
In both cases, nothing happens to the LED on the board. So it seems like the program doesn't run correctly?
What should I do for the program to start correctly? And what should I do to be able to set breakpoints and step through the code?
Best regards