I have initialized stacks for various tasks with content as expected on SVC interrupts. I'm not able to dispatch an initial task via the "normal" dispatch function. On this first dispatch, the processor is not in an exception handler, but the LR is at 0xfffffff9, msp is in use, and the stack looks like it should.
Is their a hidden state in the processor that requires it to be in an exception handler to recognize the EXEC_RETURN as such?
Thanks,