Search found 1336 matches

by medelec35
Tue Dec 29, 2020 8:44 pm
Forum: Bug Reports
Topic: Customised Icons
Replies: 1
Views: 1707

Customised Icons

All command icons have the same circle for an icon:
Customize1.png
Customize1.png (6.34 KiB) Viewed 1707 times
Customize2.png
Customize2.png (8.83 KiB) Viewed 1707 times
by medelec35
Tue Dec 29, 2020 9:55 am
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6741

Re: ESP32 Compile issue on Flowcode 9

To me, It looks like the same programming port issue in which myself and LeighM posted a link to. Has everything been installed correctly so board drivers are installed correctly? Look at the device manager with the board unplugged. Mine looks like this: Board Not Connected.png Plug the ESP32 board ...
by medelec35
Sun Dec 27, 2020 7:44 pm
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6741

Re: ESP32 Compile issue on Flowcode 9

but I can compile to target device Did you mean Can't compile to target device? If that is the case, within the code display option on the forums ,can you post all the compiler output meaasges text please? If different to the original Error: Invalid value for '-b' / '--baud': flash is not a valid i...
by medelec35
Sun Dec 27, 2020 1:03 pm
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6741

Re: ESP32 Compile issue on Flowcode 9

You will need to have the board plugged-in to your PC before running Flowcode.
Have you followed the step-by-step instructions found here?
The PDF file is very detailed.
by medelec35
Sun Dec 27, 2020 9:59 am
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6741

Re: ESP32 Compile issue on Flowcode 9

Hi,
There is a bug to do with the com port setting.
Take a look at this post.
by medelec35
Sun Dec 27, 2020 9:38 am
Forum: General
Topic: ESP32 Pin Out
Replies: 3
Views: 2411

Re: ESP32 Pin Out

If you ignore the letters the number following represents the IO number. E.g. A.4 is GPIO4 and A.27 is GPIO27 etc.
you can just remap the LCD pins to any of the available connections.
So in your case GPIO21 = $PORTA.21 & GPIO22 = $PORTA.22

Inputs and outputs all use IO convention.
by medelec35
Sat Dec 26, 2020 1:29 pm
Forum: General
Topic: compiler option
Replies: 3
Views: 2594

Re: compiler option

Just tested a v9 flowchart compiled with XC8 v2.31 using 12F1572 and compiles OK for me: C:\Flowcode Batch Files\XC8 v2.31.bat 12F1572 "C:\Users\MartinW\Downloads\" "Interrupt_Falling_Edge" C:\Users\MartinW\Downloads>"C:\Program Files\Microchip\xc8\v2.31\bin\xc8-cc.exe" -mcpu=12F1572 "Interrupt_Fall...
by medelec35
Fri Dec 25, 2020 2:17 pm
Forum: General
Topic: compiler option
Replies: 3
Views: 2594

Re: compiler option

I would be able to test all is working until tomorrow with Flowcode 9 & the latest XC8 compiler only.
If it works and you want help in setting it all up, then I can help you with that.
by medelec35
Sun Dec 20, 2020 11:16 am
Forum: General
Topic: State Diagram mode
Replies: 5
Views: 3697

Re: State Diagram mode

Hi Alan,
p.erasmus posted a link to a Wki page,
there are 3 examples at the bottom of page.
by medelec35
Sat Dec 19, 2020 5:11 pm
Forum: General
Topic: How to program ESP32?
Replies: 6
Views: 4468

Re: How to program ESP32?

Have you selected the correct port in the project options screen?
I have found it best to have tge board connected before running Flowcode.