promiscuous_cb and malloc
Posted: Fri Mar 23, 2018 5:37 pm
Hello Gurus!
I am trying to work with WiFi sniffer and do dynamic memory allocation. I've removed all printf functions from promiscuous callback in order to get maximum fast execution of the callback starving to get all packets from the air.
But I constantly get errors with dynamic memory routines from different places, but error is the same and below is otput from gdb.
I use ESP-IDF 2.0
Any ideas?
I am trying to work with WiFi sniffer and do dynamic memory allocation. I've removed all printf functions from promiscuous callback in order to get maximum fast execution of the callback starving to get all packets from the air.
But I constantly get errors with dynamic memory routines from different places, but error is the same and below is otput from gdb.
I use ESP-IDF 2.0
Any ideas?