esp-wzh
esp-wzh
@AxelLin Please try to increase the size of `CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE` in menuconfig.
> Guru Meditation Error: Core 0 panic'ed (Stack protection fault). It is indeed caused by stack overflow, refer: https://docs.espressif.com/projects/esp-idf/en/v5.2/esp32c6/api-guides/fatal-errors.html#stack-overflow I'm guessing it's caused by the fact that with i2c sleep...
@AxelLin ``` Stack pointer: 0x4084de90 Stack bounds: 0x4084dea8 - 0x4084eea0 ``` I'm not sure how to reproduce the problem you're having, from the log attached, task `nimble_host` has a stack...
Can you briefly describe what you did in the main task and how it called into function `regdma_link`? Usually `regdma_link_recursive_impl` will be called when module deinit destroys its retention link....
> @esp-wzh > > FYI, see the HWM changes: > > v5.1 branch: Task Name Status Prio HWM Task# nimble_host B 21 5592 10 > > master: Task Name Status...
Can you share a minimal demo that reproduces this issue? @AxelLin
This fix is not for esp32s3, could you describe the detailed phenomenon when the error occurs?
> Some other tasks in the background were still active. The Wi-Fi connection sometimes was also still active. This situation should not happen. The software will ensure that the process...
@BitsForPeople You are right. The USJ (USB-Serial-JTAG) module will stop working in the lightsleep/deepsleep state due to the lack of necessary clocks (for power saving), so it will be disconnected...
In theory, my change should not affect Touch function. Can you help me identify which register change in this commit affects your function? `RTC_CNTL_PLL_BUF_WAIT`, `RTC_CNTL_XTL_BUF_WAIT` or `RTC_CNTL_CK8M_WAIT`?