Search found 3529 matches

by WiFive
Thu Mar 01, 2018 3:15 am
Forum: General Discussion
Topic: ULP GPIO access?
Replies: 1
Views: 4936

Re: ULP GPIO access?

I don't see rtc_gpio_init in your loop
by WiFive
Wed Feb 28, 2018 6:33 pm
Forum: General Discussion
Topic: Pin strapping of SDIO Slave flash timing.
Replies: 2
Views: 4155

Re: Pin strapping of SDIO Slave flash timing.

SDIO slave means ESP32 is connected to another processor and acts as a slave instead of using flash.
by WiFive
Tue Feb 27, 2018 2:43 am
Forum: General Discussion
Topic: ULP access timer peripherals?
Replies: 6
Views: 7280

Re: ULP access timer peripherals?

No most peripherals require the main CPU and clock to be powered up and the ulp cannot access that memory space. But if you have a 32khz crystal you may be able to use it as a secondary reference
by WiFive
Tue Feb 27, 2018 1:08 am
Forum: ESP-IDF
Topic: [solved] SDMMC 1-line mode, free-up unused pins
Replies: 4
Views: 7403

Re: SDMMC 1-line mode, free-up unused pins

Do you set host.flags = SDMMC_HOST_FLAG_1BIT and slot_config.width = 1 ?
by WiFive
Mon Feb 26, 2018 7:04 pm
Forum: General Discussion
Topic: ESP32 as ISP
Replies: 20
Views: 28676

Re: ESP32 as ISP

https://esp32.com/viewtopic.php?f=17&t=4666

It would be easier to hold the esp32 on the programmer board in reset and connect the USB uart pins to the target board but maybe you had a reason not to do that
by WiFive
Mon Feb 26, 2018 6:41 pm
Forum: ESP-IDF
Topic: [solved] SDMMC 1-line mode, free-up unused pins
Replies: 4
Views: 7403

Re: SDMMC 1-line mode, free-up unused pins

Are you talking about the Arduino version? If so you should post in Arduino forum.
by WiFive
Mon Feb 26, 2018 6:27 pm
Forum: General Discussion
Topic: Using WROOM with External 1.8V PSRAM
Replies: 11
Views: 12639

Re: Using WROOM with External 1.8V PSRAM

Vader_Mester wrote: I'm also sure they have the certifications as well, so contacting them would help you.
I don't think so, what is the ID?
by WiFive
Mon Feb 26, 2018 6:23 pm
Forum: General Discussion
Topic: esp_restart() and uart reset bug
Replies: 7
Views: 8812

Re: esp_restart() and uart reset bug

Yes you should always specify which code base

https://github.com/espressif/arduino-esp32/issues/1145
by WiFive
Mon Feb 26, 2018 1:13 am
Forum: General Discussion
Topic: Using WROOM with External 1.8V PSRAM
Replies: 11
Views: 12639

Re: Using WROOM with External 1.8V PSRAM

Yes it seems like an oversight because it's just a matter of paperwork to file for IC using fcc test results so I suggest you push your sales rep to get it resolved based on your EAU.

Also there are cs setup time configuration registers.
by WiFive
Mon Feb 26, 2018 12:36 am
Forum: General Discussion
Topic: IDF-M5Stack - need a hand on the explanation
Replies: 5
Views: 7389

Re: IDF-M5Stack - need a hand on the explanation

Well this is not an m5stack forum so one thread would be nice unless you have a generic problem. But you can make as many threads on http://forum.m5stack.com and their GitHub repos as you want. 8-)