Search found 2 matches
- Fri Jan 28, 2022 6:23 am
- Forum: ESP-IDF
- Topic: Momentarily pause all transmission
- Replies: 0
- Views: 1220
Momentarily pause all transmission
Summary: Is there a way to programatically pause all transmission from the antenna for a short duration (<100ms)? Ideally this would not free any resources or drop queued data packets, just block transmission. In-Depth: I am currently reading from a sensor using the ESP32-S2. I am getting an appreci...
- Sun Apr 11, 2021 8:52 am
- Forum: ESP-IDF
- Topic: malloc recursive mutex error
- Replies: 1
- Views: 2800
malloc recursive mutex error
I am attempting to dynamically allocate memory. When I allocate relatively large blocks of memory together in succession (around 800 bytes at a time, around 5 times) I am notified that `abort()` has been called with no error message, just a file path: I (322) cpu_start: Starting scheduler on PRO CPU...