I am currently running CCS version: 4.1.1.00014 and using a XDS100v2 Rev A emulator.
I have succesfully built and ran a Bios based project for the dm6437 evm board but am having some trouble debugging properly.
When in any code that is kicked off from the main() function I have no issues and can halt the dsp, add variables to the watch window, etc. However, when I try to do the same in code that was spawned from a task its as though the system doesnt realize that code is running. It ignores breakpoints, and will not let me add variables to the watch window.
Is this a limitation of the emulator? Do I have something set up wrong?
Thanks