Search found 9303 matches

by ESP_Sprite
Wed Aug 31, 2016 10:14 am
Forum: General Discussion
Topic: Interest in developer preview?
Replies: 28
Views: 46134

Re: Interest in developer preview?

ESP-IDF for the ESP8266: Maybe. It should be pretty easy to take the existing binary libraries and put them into the ESP-IDF framework, that's not an issue. To make support for the ESP8266 in ESP-IDF as full-featured as the ESP32 is, is a different story. We're not sure what the plans are with regar...
by ESP_Sprite
Wed Aug 31, 2016 3:43 am
Forum: General Discussion
Topic: What is the "Capacitive touch sensor" and the "LCD interface"
Replies: 3
Views: 9623

Re: What is the "Capacitive touch sensor" and the "LCD interface"

WiiFive is right about the capacitive touch screen display. The LCD interface is basically an 8, 16 or 24-bit parallel interface connected to DMA that makes it very fast to upload data to parrallel LCDs or other peripherals. (It's actually part of one of the I2S ports.)
by ESP_Sprite
Fri Aug 26, 2016 4:38 pm
Forum: General Discussion
Topic: OpenOCD and hardware debugger support
Replies: 13
Views: 28809

Re: OpenOCD and hardware debugger support

Rudi: That's in software and uses 2 extra pins :) the J-link idea is that everything can happen over JTAG.

By the way, parts of the register level documentation ('parts of' because we're still working on it) have been released by now, see http://esp32.com/viewtopic.php?f=5&t=188
by ESP_Sprite
Fri Aug 26, 2016 4:35 pm
Forum: Hardware
Topic: VDET control pins
Replies: 4
Views: 13331

Re: VDET control pins

Well, they belong to the RTC power domain, which means that the devices that fall under the RTC can control them. It means e.g. that they can be used as ADC pins and that the ULP coprocessor can read them. Apart from that, they can also be used as normal GPIOs and when the CPU is on, they can be rou...
by ESP_Sprite
Fri Aug 26, 2016 12:07 pm
Forum: General Discussion
Topic: OpenOCD and hardware debugger support
Replies: 13
Views: 28809

Re: OpenOCD and hardware debugger support

Unfortunately, I have not seen that functionality in the Xtensa core we use. The default way to do things on our core is to halt the processor and then feed instructions into the core instruction pipeline, which obviously means the CPU can't run at the same time.
by ESP_Sprite
Fri Aug 26, 2016 12:00 pm
Forum: Hardware
Topic: VDET control pins
Replies: 4
Views: 13331

Re: VDET control pins

They are general RTC-domain inputs. You can use them as GPIO (well, they're input only, so GPI) or connect them to an ADC.
by ESP_Sprite
Fri Aug 26, 2016 11:59 am
Forum: Documentation
Topic: [Documentation Release] ESP32 Technical Reference
Replies: 41
Views: 183614

[Documentation Release] ESP32 Technical Reference

ESP32 technical Reference Manual This is the first version of the document, containing info about System,Memory, Reset and Clocks, and a register-level description of the IO mux, GPIO matrix, LED PWM controller, remote controller peripherial, pulse counter, 64-bit timers, watchdog timers and the AE...
by ESP_Sprite
Wed Aug 24, 2016 4:45 pm
Forum: General Discussion
Topic: OpenOCD and hardware debugger support
Replies: 13
Views: 28809

Re: OpenOCD and hardware debugger support

Yes, OpenOCD is being worked on very hard, I just finished re-basing the tree on the latest upstream version. At the moment, it supports standard gdb debugging, and I just got FreeRTOS support working again as well, so you can basically switch between individual threads in gdb. Multicore support doe...
by ESP_Sprite
Sun Aug 21, 2016 2:58 pm
Forum: General Discussion
Topic: Here We Go: Release 1st Sept.
Replies: 22
Views: 34181

Re: Here We Go: Release 1st Sept.

Rudi: Just checked the techdocs: the ESP32 has 2xI2C.
by ESP_Sprite
Thu Aug 18, 2016 2:46 pm
Forum: General Discussion
Topic: Interest in developer preview?
Replies: 28
Views: 46134

Re: Interest in developer preview?

Okay, we released the SDK. As I said, this is just a developer preview and we don't want to create any false expectations here: please assume the code is work-in-progress and we'd appreciate it if it didn't get too much publicity yet. With that said, it gives a very good indication where we want to ...