Search found 2344 matches

by ESP_Angus
Wed Oct 05, 2016 8:59 pm
Forum: ESP-IDF
Topic: [Solved] Using the RMT peripheral ...
Replies: 18
Views: 44211

Re: Using the RMT peripheral ...

Oops, thanks Ivan.
by ESP_Angus
Wed Oct 05, 2016 2:53 am
Forum: ESP-IDF
Topic: [Solved] Using the RMT peripheral ...
Replies: 18
Views: 44211

Re: Using the RMT peripheral ...

There is a plan for high level drivers for all peripherals. They'll continue appearing in esp-idf regularly until we have them all. I think Sprite was mistaken when he mentioned RMT examples. There will be an example, but as far as I know there isn't one at the moment. Similarly, the RMT hardware is...
by ESP_Angus
Wed Oct 05, 2016 2:47 am
Forum: Hardware
Topic: strapping Pin clarification
Replies: 14
Views: 31522

Re: strapping Pin clarification

Hi jimbob, It's a little confusing, but the MTDO pad influences both. The short answer is that you can probably ignore the "SDIO Slave" strapping choice. The SDIO Slave mode is used when driving the ESP32 as a peripheral over an SDIO bus from an embedded host (in this configuration, the ESP32 is use...
by ESP_Angus
Mon Oct 03, 2016 11:56 pm
Forum: Hardware
Topic: xSPI and UARTx muxing?
Replies: 4
Views: 11430

Re: xSPI and UARTx muxing?

There isn't an example of any configuration this comprehensive yet, but we're working on providing full examples & driver APIs for these kinds of configurations.
by ESP_Angus
Mon Oct 03, 2016 11:51 pm
Forum: Sample Code
Topic: esp-idf official examples for ESP32
Replies: 0
Views: 5652

esp-idf official examples for ESP32

As well as sample code posted here by community members, you can find some official example projects in the "examples" directory of esp-idf.
by ESP_Angus
Mon Oct 03, 2016 11:41 pm
Forum: Documentation
Topic: [Documentation Release] ESP31_RTOS_SDK_API Reference
Replies: 7
Views: 33162

Re: [Documentation Release] ESP31_RTOS_SDK_API Reference

Hi Kolban,

Thanks, this is correct. I've renamed the thread to reflect this.

For ESP32, the API header files in esp-idf contain doxygen-style comment documentation. We're curently discussing how to host these in a formatted version.

Angus
by ESP_Angus
Mon Oct 03, 2016 11:33 pm
Forum: ESP-IDF
Topic: [solved] nvs_flash_init ./. nvs_flash_init_custom
Replies: 2
Views: 7204

Re: nvs_flash_init ./. nvs_flash_init_custom

Hi Rudi, Sorry for the rapid changes with this function! * nvs_flash_init is currently hard-coded to call nvs_flash_init_custom(6,3) - 0x3000 bytes at offset 0x6000. Partition table is ignored right now. However, nvs_flash_init() will eventually use the partition table in order to find the NVS data ...
by ESP_Angus
Mon Sep 26, 2016 11:29 pm
Forum: General Discussion
Topic: OpenOCD and hardware debugger support
Replies: 13
Views: 28809

Re: OpenOCD and hardware debugger support

@ESP_Sprite, I was trying to compile openocd-esp32 with MSYS2 environment but it will not configure due to missing libusb-1.0. I did searches and tried several things but I could not get past this. Hi Glenn, We plan to provide a precompiled openocd for Windows, but there isn't one yet. It is possib...
by ESP_Angus
Mon Sep 26, 2016 11:12 pm
Forum: Hardware
Topic: [Answered] Exposing the EN and Boot buttons off DevKitC
Replies: 7
Views: 32846

Re: Exposing the EN and Boot buttons off DevKitC

You can also cheat a little bit with the current revision (buggy) Core boards, the "EN" button still auto-toggles to reset the chip. So the simplest flashing procedure is: Hold down IO0 button. Run 'make flash' or esptool.py Release IO0 button once flashing starts You can even swap the first two ste...
by ESP_Angus
Wed Sep 21, 2016 8:02 am
Forum: ESP-IDF
Topic: Com error on upload
Replies: 2
Views: 14111

Re: Com error on upload

Hi a2retro,

Thanks for reporting this bug. We have a fix on its way, you can track it via this Issue on github: https://github.com/espressif/esp-idf/issues/14

In the meantime, the data is being flashed properly so you can ignore the error.