Search found 3529 matches

by WiFive
Fri Sep 28, 2018 5:05 pm
Forum: Hardware
Topic: ESP32-WROVER temperature specification change
Replies: 12
Views: 13143

Re: ESP32-WROVER temperature specification change

So...

1. It only affects 64mbit psram parts
2. Even though the lyontek and espressif 64mbit psram are spec'ed to 85c they have presented issues above 65c

?

Is this true for both 1.8v and 3.3v parts? At 40mhz?
by WiFive
Fri Sep 28, 2018 4:59 pm
Forum: General Discussion
Topic: using efuse BLK3
Replies: 19
Views: 20656

Re: using efuse BLK3

Well in 3/4 encoding there are only 192 bits per block and with blk3 part reserve 48 are reserved so you should be able to use the other 144 bits (which are also non contiguous) but you have to program them pre-encoded which I don't think espefuse supports.
by WiFive
Fri Sep 28, 2018 6:17 am
Forum: ESP-IDF
Topic: Can I use RTC Fast Memory without a wakeup stub?
Replies: 1
Views: 2840

Re: Can I use RTC Fast Memory without a wakeup stub?

Yes you would probably need to add some markers to the linker script to figure out where the stub ends.
by WiFive
Thu Sep 27, 2018 3:37 am
Forum: ESP-IDF
Topic: Bin files still contain assert and code strings
Replies: 4
Views: 7465

Re: Bin files still contain assert and code strings

https://github.com/espressif/esp-idf/blob/66fd7e9cc3d5327d94b5bf681100d1e3f2cf73e1/components/esp32/include/esp_err.h#L100-L104 https://github.com/espressif/esp-idf/blob/ae5df5d6ce7c9abd9c8c4731ced96031c29f7fc1/make/project.mk#L327-L329 If you have assertions disabled it should not embed these refer...
by WiFive
Sat Sep 22, 2018 9:11 pm
Forum: ESP-IDF
Topic: ESP32 32Khz external crystal
Replies: 1
Views: 3640

Re: ESP32 32Khz external crystal

No it is not required but it can improve accuracy of timekeeping