Search found 3 matches
- Thu Aug 04, 2022 5:35 pm
- Forum: Hardware
- Topic: ESP32 SPI Flash Communication
- Replies: 3
- Views: 8857
Re: ESP32 SPI Flash Communication
I have not had this problem when running just the ESP32 units, but as soon as I solder those units into a board we designed, I get the problem. I'm assuming there is something about one of the lines that the bootloader may read that is now different from the individual lone ESP32 module. This probl...
- Tue Jul 12, 2022 3:51 am
- Forum: IDEs for ESP-IDF
- Topic: ESPRESSIF installation gives error ERROR_EXISTING_ESP_IDF
- Replies: 1
- Views: 2166
Re: ESPRESSIF installation gives error ERROR_EXISTING_ESP_IDF
I found a solution to this problem. All I had to do is change where it says "Enter ESP-IDF Tools directory" from my failing entry of c:\User\Eric\esp\esp-idf\tools to c:\User\Eric\.espressif - that made the problem go away. Hope this saves someone else the hours I took to figure it out
- Tue Jul 12, 2022 12:57 am
- Forum: IDEs for ESP-IDF
- Topic: ESPRESSIF installation gives error ERROR_EXISTING_ESP_IDF
- Replies: 1
- Views: 2166
ESPRESSIF installation gives error ERROR_EXISTING_ESP_IDF
when I am in VS, I install the ESP-IDF VS code extension successfully, I then do F1 and then show example project , I then select EXPRESS and it gives me a selection window showing ESP-IDF version v4.4.1 and a container directory of C:\Users\Eric\esp and a tools directory of c:\User\Eric\esp\esp-idf...