Search found 6 matches

by MJ48574
Tue Feb 11, 2020 2:24 am
Forum: ESP-IDF
Topic: QUAD SPI Slave Sender/Receiver
Replies: 2
Views: 3897

Re: QUAD SPI Slave Sender/Receiver

Then sendbuf is filled with snprintf in while loop and the length is 32 bytes.
by MJ48574
Mon Feb 10, 2020 6:53 pm
Forum: ESP-IDF
Topic: QUAD SPI Slave Sender/Receiver
Replies: 2
Views: 3897

QUAD SPI Slave Sender/Receiver

I have modified SPI Slave Sender/Receiver example to allow for Quad SPI. However, the code is still running in spi mode. Even if I disconnect IO2 and IO4 pins the software still runs. Also when the Transmission no. exceeds 10000 the message gets garbelled because of length being set to 256 bits. Mes...
by MJ48574
Fri Jan 03, 2020 8:40 pm
Forum: IDEs for ESP-IDF
Topic: ESP32 Unresolved Inclusion on Hello World
Replies: 13
Views: 24207

Re: ESP32 Unresolved Inclusion on Hello World

I ended up breaking the installation.
Decided to remove everything and reinstall from scratch.
This time installed ESP32 IDF 4.0 release with Eclipse 2019-12 on Windows 10. Unresolved inclusions still exist.
Installed Eclipse 2019-09 and Unresolved Inclusions are gone.
Thanks for your help.
by MJ48574
Thu Jan 02, 2020 3:41 pm
Forum: IDEs for ESP-IDF
Topic: ESP32 Unresolved Inclusion on Hello World
Replies: 13
Views: 24207

Re: ESP32 Unresolved Inclusion on Hello World

I am indeed running Windows 10 and eclipse 2019-12(4.14.0) and following Espressif IDF Plugins. Espressif IDF Plugins for Eclipse 1.0.0.201912090756 com.espressif.idf.feature.feature.group ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD. I guess I need to uninstall Eclipse and Install eclipse 2019-09. I will ...
by MJ48574
Wed Jan 01, 2020 10:02 pm
Forum: IDEs for ESP-IDF
Topic: ESP32 Unresolved Inclusion on Hello World
Replies: 13
Views: 24207

Re: ESP32 Unresolved Inclusion on Hello World

I modified MakeList.txt to add the include Directories. I still get Unresolved Inclusion. set(COMPONENT_ADD_INCLUDEDIRS "." $ENV{IDF_PATH}/components/vfs/include $ENV{IDF_PATH}/components/spi_flash/include $ENV{IDF_PATH}/components/bt/include $ENV{IDF_PATH}/components/bt/bluedroid/bta/include $ENV{I...
by MJ48574
Sun Dec 29, 2019 8:35 am
Forum: IDEs for ESP-IDF
Topic: ESP32 Unresolved Inclusion on Hello World
Replies: 13
Views: 24207

ESP32 Unresolved Inclusion on Hello World

I am running Windows 10 Build 1909. I followed instruction and created a new project from example code "hello_world" . The project builds without any error. I can run it and debug it Step Through it. The only problem I have is that the include files are not resolved. Unresolved inclusion: "freertos/...