https://github.com/SolidStateLEDLighting/esp32-S3-idf-advanced-template-alpha-5.2 The PM work is in a testing location in that project. Regardin what you said@SolidStateLEDLighting The second thing you want to do is removed all that stuff from the ISR handler. Per Espressif's recommendation...
+eAAO2FRxXlskeT9wcgPsbhOzcnAGAcR7cGQAATBUT/1Y8cx7JFlwDI/+eAoOqzN6AA8kBiRD6FBWGCgEERt0fLPwVHBsYjjucIk4fHCRPXxQCYxwVnfRfMw8jH+Y06laqVsYGMyyOqBwBBNxnBEwVQDLJAQQGCgEERBsYTBwAMYxDlAhMFsA2XAMj/54DA0hMFwA2yQEEBFwPI/2cAw9ETB7AN4xjl/pcAyP/ngMDQEwXQDcW3QREixCbCBsYqhLMEtQBjF5QAskAiRJJEQQ...
0x4037c94b: vTaskSwitchContext at C:/Users/User/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c:3648 0x4037ab98: _frxt_dispatch at C:/Users/User/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S:418 0x4037ab8e: _frxt_int_exit at C:/Users/User/esp/e...
The timer tick is handled here, _frxt_timer_int () This calls the xTaskIncrementTick function. More about the boot of the romdumps Patched gdb, In the bin directory there is an improved gdb version. The following patch was applied,https://github.com/jcmvbkbc/xtensa-toolchain-build/blob...
The timer tick is handled here, _frxt_timer_int () This calls the xTaskIncrementTick function. More about the boot of the romdumps Patched gdb, In the bin directory there is an improved gdb version. The following patch was applied,https://github.com/jcmvbkbc/xtensa-toolchain-build/blob...