The documentation for Low Power Support mentions the following:
Stopping the tick interrupt allows the microcontroller to remain in a deep power saving state until either an interrupt occurs, or it is time for the RTOS kernel to transition a task into the Ready state.
How does a task switching into READY state exit low power mode? Is an interrupt triggered when a task enters READY state? Specifically, this question is for ARM cortex-m ports.
Thank you in advance