Search found 7 matches

by tezaman
Fri Nov 24, 2023 11:13 am
Forum: ESP-IDF
Topic: UPD Send frames Crash
Replies: 4
Views: 6002

Re: UPD Send frames Crash

i found that theres a memory leak , the heap is getting lower and lower at some point and crash ,
i have to check where this is happening
by tezaman
Fri Nov 24, 2023 8:56 am
Forum: ESP-IDF
Topic: UPD Send frames Crash
Replies: 4
Views: 6002

Re: UPD Send frames Crash

***ERROR*** A stack overflow in task resource_ctrl has been detected. abort() was called at PC 0x40214f73 on core 0 Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled. Core 0 register dump: PC : 0x402151c6 PS : 0x00000033 A0 : 0x402151c4 A1 : 0x3ffe81d0 A2 : 0x00000000...
by tezaman
Fri Nov 24, 2023 7:10 am
Forum: ESP-IDF
Topic: UPD Send frames Crash
Replies: 4
Views: 6002

Re: UPD Send frames Crash

thanks

Interesting , i dont have this file xtensa-esp32-elf-addr2line.exe
i am using this version of xtensa https://dl.espressif.com/dl/xtensa-lx10 ... 2.0.tar.gz
by tezaman
Thu Nov 23, 2023 3:37 pm
Forum: ESP-IDF
Topic: UPD Send frames Crash
Replies: 4
Views: 6002

UPD Send frames Crash

Hi hello there Scenario STM8266 FREE RTOS SDK >>>>>Connecting to Mobile phone Wifi HotSpot I am sending UDP Messages to a mobile app around 90 per second, inside a task , with a while(1) the problem is that the code crash on me randomly , the less vTaskdelay i use the more is crashing. The connectio...
by tezaman
Sun May 15, 2022 11:30 am
Forum: General Discussion
Topic: Stream Function of Arduino equivalent in Arduino
Replies: 5
Views: 6794

Re: Stream Function of Arduino equivalent in Arduino

is there anything ready to use for streaming data from uart?
by tezaman
Sun May 15, 2022 11:29 am
Forum: ESP-IDF
Topic: Stream Function.
Replies: 0
Views: 965

Stream Function.

Hello there,
i am trying to find a way to use an equivalent function of Arduino base function STREAM , with esp-idf and rtos ,
is there something that i could use to stream data from UART.?
by tezaman
Fri May 06, 2022 9:20 am
Forum: General Discussion
Topic: Stream Function of Arduino equivalent in Arduino
Replies: 5
Views: 6794

Re: Stream Function of Arduino equivalent in Arduino

Hi,
I am looking exactly the same stuff.
Can you share the solution for that?