IMPRECISERR error when decrementing Stack Pointer
Hello,I have a code snippet where I initialize PSP (stack pointer) to its very first location, and then manually fill the stack with some values as follows: pTask = (uint32_t *)TASK1_STACK_START; //Stack Start location for Task1*pTask = (uint32_t) S...