Search found 1967 matches

by BenR
Wed Nov 19, 2025 3:39 pm
Forum: Bug Reports
Topic: USB CDC Error
Replies: 19
Views: 819

Re: USB CDC Error

Hello,

USB Serial works a treat on 8-bit PIC devices using v10 and v11. I've just tested it using our old ECIO hardware and it's working great.
PIC8_USB_Serial.fcfx
(8.74 KiB) Downloaded 7 times

The only thing you have to ensure is the clock speed which specifically needs to be at 48MHz.
by BenR
Wed Nov 19, 2025 2:43 pm
Forum: Bug Reports
Topic: USB CDC Error
Replies: 19
Views: 819

Re: USB CDC Error

Hello,
FC 10 PIC 18 and FC 11 PIC 18 are also not working yet.
This is news to me, what specifically isn't working? Do you have examples or Forum topics where you are detailing the problems?
by BenR
Wed Nov 19, 2025 10:09 am
Forum: Bug Reports
Topic: USB CDC Error
Replies: 19
Views: 819

Re: USB CDC Error

Hello, Right I've got the harmony 1.11 frame work installed from here into the default location - C:\microchip\harmony\v1_11 https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/SoftwareLibraries/Firmware/harmony_v1_11_windows_installer.exe There was a bug in the CAL file ...
by BenR
Tue Nov 18, 2025 1:22 pm
Forum: General
Topic: FC10 and 11 after upgrade
Replies: 3
Views: 126

Re: FC10 and 11 after upgrade

Hello Bob,
if you can have both versions on the same machine.
Yes Flowcode v10 and v11 can both exist on the same machine and will not interfere with each other.
by BenR
Tue Nov 18, 2025 1:18 pm
Forum: General
Topic: I2C component faulty
Replies: 9
Views: 4212

Re: I2C component faulty

Hello,

It appears the SDA Remap pin of the I2C Master component is unassigned in the project.
by BenR
Mon Nov 17, 2025 5:42 pm
Forum: Bug Reports
Topic: USB CDC Error
Replies: 19
Views: 819

Re: USB CDC Error

Hello,

I'm re-installing Harmony now to see if I can replicate the issue you're seeing.
by BenR
Mon Nov 17, 2025 2:39 pm
Forum: Projects - Embedded
Topic: ESP32 WROOM 32 with ST7789 display help needed
Replies: 3
Views: 331

Re: ESP32 WROOM 32 with ST7789 display help needed

Hello Deon, Right I've made progress and have pushed a new version of the SPI CAL for ESP for v10 and v11 of Flowcode. The Hardware SPI on ESP didn't match the software SPI mode which I beleive is what was causing your problem. If you do library update then hopefully you can see the update and this ...
by BenR
Mon Nov 17, 2025 9:45 am
Forum: Projects - Embedded
Topic: ESP32 WROOM 32 with ST7789 display help needed
Replies: 3
Views: 331

Re: ESP32 WROOM 32 with ST7789 display help needed

Hello Deon,

Sorry about the delay and the lack of reply, If you find your topics are not getting replied to then you can bump them, it could be we've simply missed your post and its fallen through the cracks.

I've an idea what the issue could be, bear with me and I'll investigate for you.
by BenR
Thu Nov 13, 2025 10:53 am
Forum: Bug Reports
Topic: PIC16F15313 ADC AN5
Replies: 3
Views: 213

Re: PIC16F15313 ADC AN5

Many thanks,

This issue has now been resolved in the library update system for v10 and v11.
by BenR
Thu Nov 13, 2025 10:43 am
Forum: General
Topic: Reading sw version loaded on Arduino
Replies: 2
Views: 183

Re: Reading sw version loaded on Arduino

Hello,

There's a component available under Storage called Auto Version ID which gives you the build number and the date/time of your build.

You would still have to display this information or output it on a UART etc but it provides a nice easy way to manage firmware versions.