Search found 5 matches

by donalm
Tue Nov 22, 2022 12:53 pm
Forum: ESP-IDF
Topic: Heap Summary - Corrupted
Replies: 3
Views: 1664

Heap Summary - Corrupted

Hey folks, I'm getting the following sporadic error in my software: Heap summary for capabilities 0x0000080C: At 0x3fcb1d44 len 4095 free 7 allocated 1588 min_free 7 largest_free_block 0 alloc_blocks 21 free_blocks 0 total_blocks 21 At 0x3fcabe50 len 213424 free 4 allocated 201120 min_free 4 largest...
by donalm
Mon Oct 31, 2022 8:13 am
Forum: General Discussion
Topic: USB host msc example gives errors after unplugging and pluggind
Replies: 6
Views: 4855

Re: USB host msc example gives errors after unplugging and pluggind

Hello ther donalm, When i tried to debug it, it always led to msc_host.c, to function msc_bulk_transfer. There is setting of this variable xfer->timeout_ms, which was set to 1000, so I tried to increase it to 3000 and it works nice for me. I guess it is some kind of "waiting timeout", some kind of ...
by donalm
Mon Oct 24, 2022 12:07 pm
Forum: General Discussion
Topic: USB host msc example gives errors after unplugging and pluggind
Replies: 6
Views: 4855

Re: USB host msc example gives errors after unplugging and pluggind

Hi David,
Did you have any luck with this? I'm hitting the same issue, unfortunately.
Cheers,
Donal
by donalm
Thu Aug 25, 2022 8:06 am
Forum: IDEs for ESP-IDF
Topic: FreeRTOS Task Aware Debugger?
Replies: 8
Views: 18491

Re: FreeRTOS Task Aware Debugger?

BUMP! Is there any update on this?
by donalm
Wed Apr 06, 2022 11:01 am
Forum: ESP-IDF
Topic: Overriding The Panic Handler
Replies: 1
Views: 2755

Overriding The Panic Handler

Hi There,
Is there any way to over-ride the panic handler? Or have a function called when the panic handler is executed?
Cheers,
Donal