We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm debugging some code and have come up against some odd behavior in uV2 -- wondering if it's a known bug or limitation, or perhaps I need to (re-)compile with some options in order for this to work. I'm using / debugging in the Cygnal C8051F005DK. Specifically, when I single-step (using step into) in source code, it fails when I encounter a call-by-pointer, like this:
/* start / resume task. */ OSEndCriticalSection(); OScTcbP->tFP();