Search found 2104 matches

by medelec35
Fri May 08, 2026 10:36 am
Forum: Projects - Embedded
Topic: Need help with compiling error
Replies: 8
Views: 167

Re: Need help with compiling error

Hello. As you are using the 16F18877, it is set up to work at 32MHz internal osc with no additional c code. The issue looks like its with your hardware port selection. If you look at page 10 of the Eblocks2 datasheet it shows the connections for the display is on port 2. BL0114 Connections.png You h...
by medelec35
Thu May 07, 2026 8:35 pm
Forum: Projects - Embedded
Topic: Need help with compiling error
Replies: 8
Views: 167

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: 104

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: 230

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: 1
Views: 158

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: 1345

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: 7
Views: 2302

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: 5709

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: 5667

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: 1085

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)...