Hi,
I'm updating my project from VisualDSP to CrossCore. In VisualDSP, it was easy to see the call stack. In CrossCore, when I'm looking at the Debug window, all I see is a line that shows where the program currently is.
For instance, in the picture below, terminal_initialize() is called from main(), so I'd expect main() to show up as well.
I'm guessing I'm doing something dumb. Any help would be appreciated.
Steve