Vikram Dattu

Results 76 comments of Vikram Dattu

Can you share more details? Where exactly the crash is happening? You may want to enable `Invoke GDB Stub on Panic option` and check the backtrace. Do you have any...

Hi @Shivi-6 please increase FreeRTOS Timer task stack size by 2K and let me know if the problem persists. You can do this via menuconfig. `idf.py menuconfig > Component config...

Hi @Shivi-6 the issue has nothing to do with the flash. Can you try very large `CONFIG_TIMER_TASK_STACK_DEPTH`? 16KB maybe? The issue is clearly, the stack is not sufficient. Do you...

Hi, @Lt20051495 To understand the scenario better, can you confirm that the configurations used in both the scenarios are same? Especially, the following options: - If the SPIRAM is used...

Fair point. Checks indeed need to be done on the original pointers. I shall fix these. And the removal of over-allocation too. That given, looks like you get a crash...

This was fixed in https://github.com/espressif/esp-nn/commit/94399c921474fb6364e3985d6b82735eacb78c6a Closing since there was no further confirmation.

@michaelboeding did you try example from esp-insights (or from examples present in esp-raimaker if you're using RainMaker)? Does the example work fine and you get issues with your project?

Hi @michaelboeding please check the [README](https://github.com/espressif/esp-insights/blob/main/README.md). Should be good enough as the starting point.

Please bump-up the component versions (increment the patch version string only) in `idf_component.yml` for the components changed.

Hi @filzek, Can you also analyse logs before the reboot. That could give us the hint as what actually has caused Interrupt watch dog trigger. Logging of WDT info, is...