Search found 6 matches

by esmaxness
Wed Jul 13, 2022 6:24 am
Forum: General Discussion
Topic: get largest free block
Replies: 0
Views: 946

get largest free block

Hello, I have an app that uses BLE and WiFi. I required to allocate a large free block (size=115200). However, when I call to heap_caps_get_largest_free_block(MALLOC_CAP_DMA | MALLOC_CAP_32BIT)) I see that there is not enough largest free block memory (free size=110592). What could I do to free heap...
by esmaxness
Wed Jun 01, 2022 5:34 pm
Forum: General Discussion
Topic: lock_acquire_generic problem
Replies: 4
Views: 4027

Re: lock_acquire_generic problem

Thank you. I have resolved the issue using heap_caps_check_integrity() until reaching the overflowed buffer.
by esmaxness
Wed Jun 01, 2022 8:16 am
Forum: ESP-IDF
Topic: using ESP32 as a MAC+PHY (disable lwIP ? )
Replies: 5
Views: 6264

Re: using ESP32 as a MAC+PHY (disable lwIP ? )

Thank you! It was useful.
by esmaxness
Mon May 30, 2022 11:26 am
Forum: General Discussion
Topic: lock_acquire_generic problem
Replies: 4
Views: 4027

Re: lock_acquire_generic problem

I have not set assertions in my code. Or what do you mind?
by esmaxness
Mon May 30, 2022 10:12 am
Forum: ESP-IDF
Topic: using ESP32 as a MAC+PHY (disable lwIP ? )
Replies: 5
Views: 6264

Re: using ESP32 as a MAC+PHY (disable lwIP ? )

The repository is not available anymore. Could you please share the solution?
by esmaxness
Fri May 27, 2022 12:48 pm
Forum: General Discussion
Topic: lock_acquire_generic problem
Replies: 4
Views: 4027

lock_acquire_generic problem

Hello everybody, I am facing a problem with my ESP32 project. It appears the following message: abort() was called at PC 0x40082b77 on core 0 0x40082b77: lock_acquire_generic at C:/Esp32/esp-idf/components/newlib/locks.c:138 Backtrace:0x4008805b:0x3ffbb5b0 0x4008882d:0x3ffbb5d0 0x4008f86e:0x3ffbb5f0...