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.
Search found 2097 matches
- Tue Mar 17, 2026 7:11 pm
- Forum: Tips & Tricks
- Topic: I2C Sniffer
- Replies: 4
- Views: 3377
- Mon Mar 16, 2026 11:19 pm
- Forum: Projects - Embedded
- Topic: AJ-SR04M Returning 9999 while using the AJ-SR04M Component
- Replies: 17
- Views: 2960
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...
- Mon Mar 16, 2026 2:06 am
- Forum: General
- Topic: Problem programming
- Replies: 4
- Views: 226
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)...
- Thu Mar 05, 2026 4:21 pm
- Forum: General
- Topic: PLEASE can you help steven Licence problem witch one
- Replies: 1
- Views: 1027
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...
- Sun Mar 01, 2026 10:54 pm
- Forum: Projects - Embedded
- Topic: flickering STM32 touch screen
- Replies: 1
- Views: 512
Re: flickering STM32 touch screen
Hello Rather than using ClearDispaly and PrintNumber, what about just use the Print function that prints strings. You can use use a calculation Icon with: NumberString = ToString$(number) NumberString = NumberString + " " Print NumberString The + " " clears unwanted digits.
- Sun Mar 01, 2026 10:41 pm
- Forum: Bug Reports
- Topic: PIC16F1788/9 ADC Resolution
- Replies: 8
- Views: 1498
Re: PIC16F1788/9 ADC Resolution
That's great.
I'm glad its been resolved for you
Thanks for update.
I'm glad its been resolved for you
Thanks for update.
- Thu Feb 26, 2026 7:07 pm
- Forum: General
- Topic: Compile problem with FC11
- Replies: 38
- Views: 5972
Re: Compile problem with FC11
I find this as odd.
Your project compiles for me without any alterations.
However your txt.msg file suggests a pin is not connected.
As Leigh as suggested have you done a full component database update?
Your project compiles for me without any alterations.
However your txt.msg file suggests a pin is not connected.
As Leigh as suggested have you done a full component database update?
- Sat Feb 21, 2026 11:51 pm
- Forum: General
- Topic: UART ports
- Replies: 6
- Views: 894
Re: UART ports
Hi Iain
I agree, the parametric search tool is not great for UARTS.
Just as reminder for Flowcode targets which allow filtering there is my spreadsheet found here.
I agree, the parametric search tool is not great for UARTS.
Just as reminder for Flowcode targets which allow filtering there is my spreadsheet found here.
- Sat Feb 21, 2026 5:43 pm
- Forum: General
- Topic: UART ports
- Replies: 6
- Views: 894
Re: UART ports
Hello. If you select Embedded > Target Selector, that will display all the target devices Flowcode supports. You can then Select PIC 8bit, then change the Show 25 devices to 100. Finally click the Arrow to the right of UART, so it shows pointing down. You will then see the total supported UARTS: Tot...
- Fri Feb 20, 2026 12:25 pm
- Forum: Bug Reports
- Topic: PIC16F1788/9 ADC Resolution
- Replies: 8
- Views: 1498
Re: PIC16F1788/9 ADC Resolution
Hello. No you can't change within properties from 12 to 10bits and vice versa. What you can do is read as 12 bit and convert to 10bit using calculation or using the Map component Component Libraries > Math If reading is a bit unstable, you can even use software filters that are also available within...