Search found 9610 matches

by ESP_Sprite
Tue Feb 21, 2017 2:24 am
Forum: ESP-IDF
Topic: LD cannot find crt1-sim.o _vectors.o -lsim -lhandlers-sim -lhal
Replies: 4
Views: 12438

Re: LD cannot find crt1-sim.o _vectors.o -lsim -lhandlers-sim -lhal

By setting LDFLAGS, you overrule the esp-idf defaults. Can you try setting EXTRA_LDFLAGS instead, see if that gives the result you need?
by ESP_Sprite
Tue Feb 21, 2017 1:49 am
Forum: General Discussion
Topic: ESP-WROOM-32: Quad SPI Chip Selects
Replies: 5
Views: 12267

Re: ESP-WROOM-32: Quad SPI Chip Selects

Where do you see this? The TRM makes no such reference, at least not to what I recall.

SPI1 at the moment in esp-idf can indeed only be used for writing to flash. We want to update the SPI driver to also allow access to other devices connected via a different CS pin, but that's not in the driver yet.
by ESP_Sprite
Tue Feb 21, 2017 1:41 am
Forum: General Discussion
Topic: where to find ssc_commands.xlsx?
Replies: 4
Views: 6607

Re: where to find ssc_commands.xlsx?

Oops, I see I accidentally allowed this topic twice. Closing this one, please proceed in the other topic.
by ESP_Sprite
Tue Feb 21, 2017 1:25 am
Forum: Hardware
Topic: unbrick a devkit?
Replies: 5
Views: 9347

Re: unbrick a devkit?

Can you try to connect it and post the last lines of output of the dmesg command? Also, have you tried with a different cable?
by ESP_Sprite
Mon Feb 20, 2017 6:04 am
Forum: General Discussion
Topic: pls give us the nonos SDK
Replies: 12
Views: 16096

Re: pls give us the nonos SDK

I see a lot of issues you have with the ESP8266 SDK that you think you will also have with the ESP32. While I do acknowledge the fact that you have these issues with the ESP8266, I'd like you to know that we weren't entirely happy with the way that ended up either. That is why we decided to go a dif...
by ESP_Sprite
Fri Feb 10, 2017 7:14 am
Forum: General Discussion
Topic: Use of dual core
Replies: 32
Views: 81470

Re: Use of dual core

Nothing yet, sorry, haven't been able to come around to looking into this.
by ESP_Sprite
Thu Feb 09, 2017 10:16 am
Forum: Hardware
Topic: esp32使用emac时,gpio0作为EXT_OSC_CLK,如何避免进入下载模式
Replies: 18
Views: 31827

Re: esp32使用emac时,gpio0作为EXT_OSC_CLK,如何避免进入下载模式

I'm gonna respond in English; if you cannot understand the explanation because of that please tell me and I will have someone translate it into Chinese. Just to check if I understand it correctly: You have an external 50MHz clock source and want to feed that signal into GPIO0 to feed the Ethernet MA...
by ESP_Sprite
Thu Feb 09, 2017 3:59 am
Forum: General Discussion
Topic: Coredump info is incomplete
Replies: 3
Views: 6865

Re: Coredump info is incomplete

It looks like for some reason, dumping the core took long enough for a watchdog to trigger. We merged a fix for that bug three days ago; can you try pulling esp-idf and then see if the problem is still there?
by ESP_Sprite
Wed Feb 08, 2017 8:58 am
Forum: General Discussion
Topic: Deep sleep power consumption - has something been changed in the latest ESP_IDF release?
Replies: 19
Views: 40243

Re: Deep sleep power consumption - has something been changed in the latest ESP_IDF release?

Not entirely sure if that wasn't the case earlier on, but we keep the fast RTC ram powered now, in order to quickly resume after a wakeup event (to work around a bug in the current silicon). You can disable that by adding esp_deep_sleep_pd_config(ESP_PD_DOMAIN_RTC_FAST_MEM, ESP_PD_OPTION_OFF); in yo...
by ESP_Sprite
Wed Feb 08, 2017 3:01 am
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 541594

Re: ESP32 Webradio

Could be, yes. We should get the new silicon this week, I guess general availability won't be too far off from there.