Search found 4 matches

by jiangshan00000
Fri May 28, 2021 1:08 am
Forum: ESP-IDF 中文讨论版
Topic: esp_sleep_enable_timer_wakeup 可设置的最长时间是多少?
Replies: 1
Views: 2539

esp_sleep_enable_timer_wakeup 可设置的最长时间是多少?

esp_sleep_enable_timer_wakeup 可设置的最长时间是多少?
通过timer唤醒休眠的话,最长休眠时间是多少?


只找到相关信息:
RTC 计时器为一个可读 48-bit 计数器,时钟为 RTC_SLOW_CLK。除上电复位外其余任何复位/睡眠均不会使
RTC 计时器停止或复位。
但是不知道是不是这个?具体是多少时间呢?
by jiangshan00000
Wed Apr 28, 2021 3:48 am
Forum: 硬件问题讨论
Topic: esp32-wrover-e 模块 spi slave模式问题
Replies: 2
Views: 3881

Re: esp32-wrover-e 模块 spi slave模式问题

问题已解决。
解决办法:更换管脚。
by jiangshan00000
Wed Apr 28, 2021 3:40 am
Forum: ESP-IDF
Topic: spi slave how to receive 17 bytes at one time
Replies: 0
Views: 1449

spi slave how to receive 17 bytes at one time

Desc: I use esp32 as as spi slave device. the master send 17 byte at one time. I used the dma=2 mode as shown the example in :spi_slave/receive. PROBLEM: the last byte received may by wrong((byte0-15 is correct, byte16 is wrong sometimes.)). I find this: "master should write lengths which are a mult...
by jiangshan00000
Tue Apr 27, 2021 5:10 am
Forum: 硬件问题讨论
Topic: esp32-wrover-e 模块 spi slave模式问题
Replies: 2
Views: 3881

esp32-wrover-e 模块 spi slave模式问题

情况:
程序使用IO12 IO14 IO15 从spi slave模式读取数据,发送到wifi指定的udp server上。
IO13(MISO)未用,所以写了-1;
程序采用spi_slave.c的例子程序修改的。
问题:
1 一开始运行正常
2 一段时间后(10-20分钟),IO12变为低电平,只有来数据是是高电平,没有数据时是低电平。(正常应该没数据是高电平)
怀疑:
1 模块的39脚有焊盘接地,但是手工电烙铁焊接的,所以焊接不到39脚,是否有关系?
2 IO12和内部的flash_voltage有关,设置了 set_flash_voltage 3.3v. 是否有关系?