Search found 2113 matches

by medelec35
Thu May 07, 2026 8:35 pm
Forum: Projects - Embedded
Topic: Need help with compiling error
Replies: 8
Views: 679

Re: Need help with compiling error

Sorry, we are unable to help if projects not working as expected as it's not added to your post.
The files to add are .fcfx, .msg.txt, and if FC11 .fcxlog.txt

You will also need to use the v10 or v11 post icons available when using the Full editor.
by medelec35
Thu May 07, 2026 3:11 pm
Forum: General
Topic: Watch dog timer reset V9
Replies: 2
Views: 676

Re: Watch dog timer reset V9

Hi Brian, I use MX_CLEAR_WATCHDOG; within a c code block. Don't forget to enable Auto clear watchdog within project options. For c code you will require a semicolon when calling a function. E.g. you shown WDTClear(). As its a function it should have a semicolon on the end, but it's still the wrong c...
by medelec35
Mon May 04, 2026 5:00 pm
Forum: General
Topic: Problem with the 'menu-system_02_10_24’ example from the Wiki
Replies: 3
Views: 758

Re: Problem with the 'menu-system_02_10_24’ example from the Wiki

hello. What can happen is demos work as intended when created. Then in the future the function macro could be modified which breaks the original demo. I will see if I can spot what's going on. Edit: After investigating, it looks like the demo was originally created and still runs with FC10. In FC11 ...
by medelec35
Sun May 03, 2026 9:35 am
Forum: General
Topic: Compiler ERROR PIC18F57Q84
Replies: 19
Views: 1588

Re: Compiler ERROR PIC18F57Q84

Hello.
Flowcode v11 does indeed support PIC18F57Q84, but the default compiler does not.
I believe PIC18F57Q84 was added in xc8 2.20 and the default xc8 used in Flowcode is 2.10

It is very easy for you to fix this.
Follow the top section (option 1) of this wiki page.
by medelec35
Tue Apr 07, 2026 7:55 pm
Forum: General
Topic: Solved: Replace component: how to?
Replies: 4
Views: 1852

Re: Replace component: how to?

Hello. If I recall correctly, you can only replace a component if all the component functions have the same name and component exists. In this case I can't see within component Library ILI9388 Have you got the correct part number? If you are referring to ILI9488 then that does replace OK by the look...
by medelec35
Sat Apr 04, 2026 2:40 am
Forum: General
Topic: EB-006 drivers
Replies: 14
Views: 4139

Re: EB-006 drivers

Hi.
You can enter the required board here
Use the Search for resources input window.
by medelec35
Tue Mar 17, 2026 7:11 pm
Forum: Tips & Tricks
Topic: I2C Sniffer
Replies: 4
Views: 8138

Re: I2C Sniffer

If you are interested, I can create an updated version that works with transactions.
That means I2C don't need to be in Software mode for ESP32 and other targets that will only work with transactions.
It will also work with AVI and PIC.
by medelec35
Mon Mar 16, 2026 11:19 pm
Forum: Projects - Embedded
Topic: AJ-SR04M Returning 9999 while using the AJ-SR04M Component
Replies: 17
Views: 10025

Re: AJ-SR04M Returning 9999 while using the AJ-SR04M Component

Hi Martin. I’ve tested the Flowcode Software UART (Timer‑based) and can confirm that the RX capture works reliably. It performs just as well as the microcontroller’s built‑in UART RX interrupt. The Timed interval component can be used to set the baud rate. You might already know this but 9999 is not...
by medelec35
Mon Mar 16, 2026 2:06 am
Forum: General
Topic: Problem programming
Replies: 4
Views: 1550

Re: Problem programming

Please don't screenshot compiler messages. Either attach .msg.txt file or copy and paste messages within a forum code tags. From what I can see the original compiler settings have been manually overwritten. Within Build > Compiler Options... For the PIC section you should have... Location: $(fcddir)...
by medelec35
Thu Mar 05, 2026 4:21 pm
Forum: General
Topic: PLEASE can you help steven Licence problem witch one
Replies: 1
Views: 3087

Re: PLEASE can you help steven Licence problem witch one

Hello. So long as you are only using Flowcode for your hobby then ' Not for commercial use' can be ignored. With regards to 'You do not have a valid licence to perform this action', you have left some important information out. What version of Flowcode are you using & can you attach your project...