Search found 1865 matches

by medelec35
Wed Jul 09, 2025 12:30 pm
Forum: General
Topic: PIC16F1779 DAC and PWM problem
Replies: 4
Views: 702

Re: PIC16F1779 DAC and PWM problem

You're welcome. I have added 4 extra channels to the DAC CAL, so it should allow you to use all 8 channels now. Can you try the attached with the toolchain that is on Flowcode's download page. Browse to this location using file explorer, it's hidden by default so just paste the link into your addres...
by medelec35
Mon Jul 07, 2025 4:54 pm
Forum: General
Topic: Raspberry Pi Pico is not recognized by the computer
Replies: 6
Views: 125

Re: Raspberry Pi Pico is not recognized by the computer

Hi Iain.
No, the PICO does not generate a VCP, it generates its own drive instead.
If it did and Flowcode required access to it there will be n/a like there is for any targets that require a VCP., e.g Arduino, ESP32 etc.
by medelec35
Mon Jul 07, 2025 4:04 pm
Forum: General
Topic: Raspberry Pi Pico is not recognized by the computer
Replies: 6
Views: 125

Re: Raspberry Pi Pico is not recognized by the computer

Hello. To program the PICO, With the PICO unplugged you need to hold the BOOTSEL button down, then plug the pinco in. You should hear the USB sound and you should see PICO's directory appear. Now you can release BOOTSEL button, and program target. If you wire up a PCB tactile button between the rese...
by medelec35
Fri Jul 04, 2025 12:35 pm
Forum: General
Topic: PIC16F1779 DAC and PWM problem
Replies: 4
Views: 702

Re: PIC16F1779 DAC and PWM problem

Hello. This needs looking into since the maximum number of DAC's is currently 4 so even if all the pins are correct, only the first 4 will work. This device has a funny register for CCP as that's what we currently use for PWM. it goes CCP1, CCP2, CCP7 & CCP8 The way Flowcode address the CCP regi...
by medelec35
Thu Jul 03, 2025 5:00 pm
Forum: Feature Requests
Topic: App Input text for filename (More Info for components)
Replies: 6
Views: 976

Re: App Input text for filename (More Info for components)

Brilliant, yep, you got it.
I'm glad you found it very simple.
Those API's come in very handy, especially for component creation.
Thanks for letting me know
by medelec35
Thu Jul 03, 2025 3:37 pm
Forum: Feature Requests
Topic: App Input text for filename (More Info for components)
Replies: 6
Views: 976

Re: App Input text for filename (More Info for components)

Hi Stefan,
Attached is one way.
I then added a text component:
Post User text1.png
Post User text1.png (26.49 KiB) Viewed 945 times
by medelec35
Thu Jul 03, 2025 10:07 am
Forum: Tips & Tricks
Topic: Updating XC8 Compiler
Replies: 6
Views: 12814

Re: Updating XC8 Compiler

Hi Dirk.
Flowcode isn’t currently compatible with XC8 v3.0.
It’s on our to-do list and we will fix it as soon as we can.
Apologies for any inconvenience.
I will make an announcement when it's sorted.
by medelec35
Wed Jul 02, 2025 2:31 pm
Forum: General
Topic: Help with XC compiler problem
Replies: 13
Views: 12959

Re: Help with XC compiler problem

You're welcome.
I have added the path for FC9 as well
by medelec35
Wed Jul 02, 2025 12:15 pm
Forum: General
Topic: Help with XC compiler problem
Replies: 13
Views: 12959

Re: Help with XC compiler problem

Hello.
You can see them within internals.c
Which can be found at the following for Flowcode10::

Code: Select all

%ProgramData%\MatrixTSL\FlowcodeV10\CAL
FlowcodeV9:

Code: Select all

%ProgramData%\MatrixTSL\FlowcodeV9\CAL
Since the directory is hidden, just copy and paste the above path in windows explorer.
by medelec35
Sun Jun 29, 2025 10:28 am
Forum: Bug Reports
Topic: ESP32 ADC not working
Replies: 22
Views: 2816

Re: ESP32 ADC not working

Hello.
Yes there is.
If you run Library updates and change Files in use to full database, the latest ADC CAL should resolve your issues.
You should now be able to used ADC2 instead of being restricted to ADC1.
You will still need be wary of sone pins:
Pins used with caution.png
Pins used with caution.png (157.79 KiB) Viewed 680 times