Tool/software:
Hello,
We are using SDK 8.6 for development under the FreeRTOS operating system. We understand that during task execution, higher-priority tasks can preempt lower-priority ones, and a stack-pushing process occurs during this context switch. Is there any function or register that can be used to determine the current program counter of each task? Specifically, we want to know the value of the execution position of a lower-priority task when it has not yet completed its execution.