thank you for ur reply.
I will update to v4.2 to see how it goes
Search found 22 matches
- Wed Dec 16, 2020 2:55 am
- Forum: ESP-IDF
- Topic: wifi state change will reset my tcp server
- Replies: 2
- Views: 3411
- Wed Dec 16, 2020 2:33 am
- Forum: ESP-IDF
- Topic: wifi state change will reset my tcp server
- Replies: 2
- Views: 3411
wifi state change will reset my tcp server
I run a TCP server on esp32, esp32 connect to a AP as a station. But the wifi state always change from run to init, and it will reset my Tcp server. System log shows: I (270506) wifi:state: run -> init (ce00) I (270506) wifi:pm stop, total sleep time: 63165857 us / 205445718 us I (270506) wifi:new:<...
- Tue Sep 15, 2020 3:14 am
- Forum: ESP-IDF
- Topic: Cmake error: Target __idf_bt has dependency information when it shouldnt
- Replies: 1
- Views: 2770
Re: Cmake error: Target __idf_bt has dependency information when it shouldnt
fixed. Just idf.py fullclean
- Tue Sep 15, 2020 3:12 am
- Forum: ESP-IDF
- Topic: Cmake error: Target __idf_bt has dependency information when it shouldnt
- Replies: 1
- Views: 2770
Cmake error: Target __idf_bt has dependency information when it shouldnt
How could I fix the error? I'm using IDF release/v4.1。
- Sun Sep 13, 2020 4:19 am
- Forum: General Discussion
- Topic: curious about what language you guys use in rtl design
- Replies: 0
- Views: 2258
curious about what language you guys use in rtl design
Is it traditional Verilog/VHDL or scala based chisel/spinalhdl?
- Thu Aug 29, 2019 8:53 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32 WROVER GPIO39,35,34配置问题
- Replies: 1
- Views: 5107
ESP32 WROVER GPIO39,35,34配置问题
将GPIO34,35,39初始化为数字输入,并且上拉,开机过程中串口打印如下信息: I (319) gpio: GPIO[26]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 I (328) gpio: GPIO[27]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 I (338) gpio: GPIO[18]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup:...
- Tue Apr 09, 2019 7:01 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请问哪里可以修改WIFI线程的stack size?
- Replies: 4
- Views: 9538
Re: 请问哪里可以修改WIFI线程的stack size?
谢谢回复。我是pull的最新master分支才发现这个问题的。
现在我回退到v3.2 rc版本,这个问题就消失了
现在我回退到v3.2 rc版本,这个问题就消失了
- Tue Apr 09, 2019 6:59 am
- Forum: ESP-IDF 中文讨论版
- Topic: IDF中的CONSOLE组件内存泄漏
- Replies: 2
- Views: 6213
Re: IDF中的CONSOLE组件内存泄漏
解释得非常清楚,感谢!
- Mon Apr 08, 2019 8:55 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请问哪里可以修改WIFI线程的stack size?
- Replies: 4
- Views: 9538
Re: 请问哪里可以修改WIFI线程的stack size?
补充下,esp版本是
ESP-IDF v4.0-dev-181-ge2ed49cdc-dirty 2nd stage bootloader
ESP-IDF v4.0-dev-181-ge2ed49cdc-dirty 2nd stage bootloader
- Mon Apr 08, 2019 8:53 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请问哪里可以修改WIFI线程的stack size?
- Replies: 4
- Views: 9538
请问哪里可以修改WIFI线程的stack size?
在menuconfig中,没有找到可以配置wifi thread 的stacksize的选项。 目前遇到的问题是如果设备配置位AP模式,则运行过程中出现以下错误,但是如果作为station模式接入AP则没有问题 E (288121) wifi: esf_buf: t=2 l=220 max:32, alloc:32 no eb, TXQ_BLOCK=4000 W (288122) wifi: alloc eb len=220 type=2 fail, heap:47016 W (288123) wifi: m f probe rsp l=196 etf E (288135) wifi: esf...