Data sent continuously from different memeory through wifi,fail rate is different.

roctwo
Posts: 95
Joined: Mon Nov 28, 2016 3:12 am

Data sent continuously from different memeory through wifi,fail rate is different.

Postby roctwo » Thu Mar 02, 2017 8:13 am

Hi!
SDK version:ESP-IDF v2.0
Hardware Information:ESP-WROOM-32
Net enviroment:WiFi LAN,only a station and a AP connected(ESP32 as station,PC as AP).
Bug Description(If it is a bug not my mistake):
The UDP protocol is used to transmit data continuously through the WiFi, and if the data is from 0x3FFA_E000~0x3FFF_FFFF (Internal SRAM), the failure rate will be high (failure rate is about 70%).
When sending data from 0x3F40_0000~0x3F7F_FFFF(Cache,MMU), the failure rate is very low (about 2%).
Test Steps:
1.When I define the first address of sent data to 0x3f40000.Determine whether the send failed by the return value of sendto. Number of failures per sixty counts. The failure rate is very low (about 2%).
2.When I define the first address of sent data to 0x3FFA_E000~0x3FFF_FFFF.Determine whether the send failed by the return value of sendto. Number of failures per sixty counts. The failure rate is high (about 70%).
The first address of sent data is printed in log.Code and log are in attachment。Please Check!If you have any ideals,please tell me.
Thanks!
Best wishes!

ESP_Sprite
Posts: 9703
Joined: Thu Nov 26, 2015 4:08 am

Re: Data sent continuously from different memeory through wifi,fail rate is different.

Postby ESP_Sprite » Thu Mar 02, 2017 8:43 am

If this is a bug report, you're probably better off logging an issue on Github. We look at the forums every now and then, but there aren't any good means of tracking a bug here.

madscientist_42
Posts: 95
Joined: Tue Feb 21, 2017 10:17 pm

Re: Data sent continuously from different memeory through wifi,fail rate is different.

Postby madscientist_42 » Thu Mar 02, 2017 2:41 pm

ESP_Sprite wrote:If this is a bug report, you're probably better off logging an issue on Github. We look at the forums every now and then, but there aren't any good means of tracking a bug here.
I'm suspecting it's less of a bug and more of a, "WTF?" from them there. (At least that's how I'm reading it...)

I'd typically be less inclined to log a bug until I had some handle that it wasn't just MY setup...a double check my results type of thing.

Who is online

Users browsing this forum: No registered users and 141 guests