Search found 2344 matches

by ESP_Angus
Thu Sep 08, 2016 11:55 pm
Forum: ESP-IDF
Topic: Note for esp-idf prelease users: component makefiles are now named component.mk
Replies: 0
Views: 5033

Note for esp-idf prelease users: component makefiles are now named component.mk

A heads-up for anyone creating components for our prerelease esp-idf: In our master branch, component makefiles are now named component.mk not Makefile. So any components you may have created will need their individual Makefiles renamed to component.mk. Each project will now only contain one file na...
by ESP_Angus
Thu Sep 01, 2016 12:21 am
Forum: Hardware
Topic: Wanted to get started with ESP32 HDK
Replies: 2
Views: 7649

Re: Wanted to get started with ESP32 HDK

Hi Rahul, Sorry for the delay in getting back to you, things have been a little busy with the ESP32 releasing. Your plans to build a development platform sounds great, and something we would love to support. There are a number of Espressif employees active on this forum - including business developm...
by ESP_Angus
Mon Aug 29, 2016 3:16 am
Forum: Hardware
Topic: Voltage on MTDI to have logical 1 to drive LDO for VDD_SDIO
Replies: 1
Views: 6761

Re: Voltage on MTDI to have logical 1 to drive LDO for VDD_SDIO

Sorry noone replied to your post earlier, rainman. The newly available Technical Reference Manual section 4.6 has the information you need. To summarise: MTDI is powered from the VDD3P3_RTC power domain, so a "high" level will be relative to this power domain. As you're powering VDD3P3_RTC with 3.3V...
by ESP_Angus
Mon Aug 29, 2016 1:08 am
Forum: Hardware
Topic: xSPI and UARTx muxing?
Replies: 4
Views: 10982

Re: xSPI and UARTx muxing?

The Technical Reference Manual section 4 goes over the options for pin muxing in details, but the short answer is "yes you can map most peripherals anywhere". The long answer includes some caveats: For boot download you should use the standard UART0 pins, as the bootloader runs from ROM and can't ch...