Search found 4 matches
- Mon Oct 21, 2024 4:02 pm
- Forum: Projects - Embedded
- Topic: ST7796 reset pin connected ESP32 reset
- Replies: 2
- Views: 6372
ST7796 reset pin connected ESP32 reset
I'm using a cheap yellow board (ESP32-3248S035C) which has a ST7796 display controller. The reset pin of the ST7796 is connected to the ESP32's own reset. I don't know how to set its use in the connections values for the component - setting it to Unconnected gets me a syntax error when I try to comp...
- Mon Oct 21, 2024 3:21 pm
- Forum: General
- Topic: New user: ESP32 toolchain not found
- Replies: 4
- Views: 2140
Re: New user: ESP32 toolchain not found
I'd done a library update but only Files in-use. Doing a Full database update fixed the problem. The code now compiles and downloads ok.
Thanks for your help.
Thanks for your help.
- Mon Oct 21, 2024 2:39 pm
- Forum: General
- Topic: New user: ESP32 toolchain not found
- Replies: 4
- Views: 2140
Re: New user: ESP32 toolchain not found
The options have the correct path
There are more folders under K:\FC_ESP than in your example but the esp-tools and framewoks folders are the same size as yours.
Any further suggestions?
There are more folders under K:\FC_ESP than in your example but the esp-tools and framewoks folders are the same size as yours.
Any further suggestions?
- Mon Oct 21, 2024 2:01 pm
- Forum: General
- Topic: New user: ESP32 toolchain not found
- Replies: 4
- Views: 2140
New user: ESP32 toolchain not found
I've just installed Flowcode and am trying to build my first test program. When I click compile to target I get errors about not being able to find the toolchain - see below. ESP32 compiler error.txt The ESP toolchain is actually installed in directory K:\FC_ESP, the project (ESP32-test) is in K:\Fl...