Search found 4 matches

by OldHound
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...
by OldHound
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.
by OldHound
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
Options.jpg
Options.jpg (63.17 KiB) Viewed 2125 times
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.
Folders.jpg
Folders.jpg (50.8 KiB) Viewed 2125 times
Any further suggestions?
by OldHound
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...