Search found 12 matches
- Sun Sep 29, 2019 7:34 pm
- Forum: ESP-IDF
- Topic: ESP-IDF v3.3 LTS clarification
- Replies: 7
- Views: 8810
Re: ESP-IDF v3.3 LTS clarification
WRT: use esp-idf-tools-setup-1.2.exe, over esp-idf-tools-setup-2.0.exe I would also like to understand if ". . .2.0.exe" can be used for building esp-idf v3.3 or not. Else, considering v3.3 is LTS but CMAKE toolchain is "preview" only; is there a plan to support v3.3 and v4.x with the same version ...
- Mon Apr 10, 2017 9:19 pm
- Forum: General Discussion
- Topic: Does Espressif burns unique MAC address in eFuse for every ESP32 device?
- Replies: 0
- Views: 4517
Does Espressif burns unique MAC address in eFuse for every ESP32 device?
Seeking confirmation on the following items: (else otherwise) 1. Each ESP32 device* has WIFI_MAC_Address (56-bits=48-bit MAC Address + 8-bit CRC) uniquely programmed at factory. (*not the module, the IC itself) 2. For MAC address in eFuse "24:0A:C4:HH:MM:LL" total of four MAC addresses ":LL", ":LL+1...
- Thu Apr 06, 2017 12:52 am
- Forum: Hardware
- Topic: ESP32 Pin Layout (for QFN 5*5), Pin25, Pin26
- Replies: 32
- Views: 59066
Re: ESP32 Pin Layout (for QFN 5*5), Pin25, Pin26
How long of a wait ? Need this info to finalize PCB designpreview - not confirmed - wait for confirm
- Tue Mar 28, 2017 1:04 am
- Forum: Hardware
- Topic: ESP32 Pin Layout (for QFN 5*5), Pin25, Pin26
- Replies: 32
- Views: 59066
Re: ESP32 Pin Layout (for QFN 5*5), Pin25, Pin26
Yes, EXACTLY SAMEiosixllc wrote:I'm sorry, the SAME?! Exactly?
- Mon Mar 27, 2017 5:35 pm
- Forum: Hardware
- Topic: ESP32 Pin Layout (for QFN 5*5), Pin25, Pin26
- Replies: 32
- Views: 59066
Re: ESP32 Pin Layout (for QFN 5*5), Pin25, Pin26
I have noticed following differences in pin assignments between the 6mm x 6mm QFN48 and 5mm x 5mm QFN48. Referring to ESP32 Datasheet V1.2 Fig 2 on pp 6 and Fig 3 pp 7. So it will be useful to get confirmation on these items. It would be much better if section 2.2 "Table 1 : Pin Description" is upd...
- Fri Mar 24, 2017 8:48 pm
- Forum: Hardware
- Topic: WROOM-32 (DevKitC) QIO/40MHz operation keeps resetting
- Replies: 5
- Views: 11880
Re: WROOM-32 (DevKitC) QIO/40MHz operation keeps resetting
Yes, it is a known issue. The boot code in the ROM of the ESP32 isn't directly compatible with the specific instructions the flash chip needs to use QIO mode. We are working on a workaround, expected to get into esp-idf in the coming weeks, but for now, QIO mode does not work here. Is there any upd...
- Fri Mar 24, 2017 8:39 pm
- Forum: Hardware
- Topic: ESP32 Pin Layout (for QFN 5*5), Pin25, Pin26
- Replies: 32
- Views: 59066
Re: ESP32 Pin Layout (for QFN 5*5), Pin25, Pin26
I have noticed following differences in pin assignments between the 6mm x 6mm QFN48 and 5mm x 5mm QFN48. Referring to ESP32 Datasheet V1.2 Fig 2 on pp 6 and Fig 3 pp 7. So it will be useful to get confirmation on these items. It would be much better if section 2.2 "Table 1 : Pin Description" is upda...
- Thu Jan 19, 2017 1:25 am
- Forum: Hardware
- Topic: WROOM-32 (DevKitC) QIO/40MHz operation keeps resetting
- Replies: 5
- Views: 11880
Re: WROOM-32 (DevKitC) QIO/40MHz operation keeps resetting
Thanks for the confirmation regarding QIO mode support. 1. Is DIO @80MHz tested on DevKitC (ESP-WROOM-32)? 2. Can you kindly list the target device families from GigaDevice and Winbond for which QIO mode will be supported? 3. For the planned feature support on this matter, will SPI Flash devices wit...
- Wed Jan 18, 2017 2:35 am
- Forum: Hardware
- Topic: WROOM-32 (DevKitC) QIO/40MHz operation keeps resetting
- Replies: 5
- Views: 11880
WROOM-32 (DevKitC) QIO/40MHz operation keeps resetting
I tried to configure QIO/40MHz operation (using menuconfig), and I see the following on UART0-console: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 Falling back to built-in command interpreter. OK >ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_R...
- Sat Jan 14, 2017 8:58 pm
- Forum: ESP-IDF
- Topic: Issue with the esp-idf/make/project.mk
- Replies: 1
- Views: 5353
Issue with the esp-idf/make/project.mk
With the latest SDK and tools, I noticed the following issue: At Line #432 and #433, the toolchain version verification returns a null string. TOOLCHAIN_COMMIT_DESC := $(shell $(CC) --version | sed -E -n 's|xtensa-esp32-elf-gcc\ \(([^)]*).*|\1|gp') TOOLCHAIN_GCC_VER := $(shell $(CC) --version | sed ...