Search found 1263 matches
- Thu Nov 20, 2025 9:59 am
- Forum: Bug Reports
- Topic: USB CDC Error
- Replies: 19
- Views: 854
Re: USB CDC Error
Great news - thanks for letting us know.
- Thu Nov 20, 2025 9:21 am
- Forum: Bug Reports
- Topic: USB CDC Error
- Replies: 19
- Views: 854
Re: USB CDC Error
I just tried v11 with the default "Compiler Options" settings and up-to-date library files and it compiles without error for me. It looks like your FCD file for the ECIO40 has been modified or your Compiler Settings are wrong because that device should override the compiler settings. If it...
- Wed Nov 19, 2025 2:39 pm
- Forum: Bug Reports
- Topic: USB CDC Error
- Replies: 19
- Views: 854
Re: USB CDC Error
To get v11 working with the PIC32, you probably need to replicate the "Build...Compiler Options" settings from v10.
I'm not sure how to get PIC18 devices working with CDC.
I'm not sure how to get PIC18 devices working with CDC.
- Wed Nov 19, 2025 2:15 pm
- Forum: General
- Topic: FC10 and 11 after upgrade
- Replies: 3
- Views: 135
Re: FC10 and 11 after upgrade
It is ok for chip packs too. Any chip packs you have for v10 will continue to work in v10.
You will not gain full access to those chips packs in v11 unless you also purchase the equivalent v11 chip pack.
You will not gain full access to those chips packs in v11 unless you also purchase the equivalent v11 chip pack.
- Wed Nov 19, 2025 11:57 am
- Forum: Bug Reports
- Topic: USB CDC Error
- Replies: 19
- Views: 854
Re: USB CDC Error
Ahh, it looks like those batch files are pointing to the FlowcodeV8 library file location. The problem is on line 32: @SET MX_CAL_USB=C:\ProgramData\MatrixTSL\FlowcodeV8\CAL\PIC32BIT\USB\CDC If you change that to "FlowcodeV10" instead of "FlowcodeV8" (assuming you are using v10) ...
- Mon Nov 17, 2025 9:49 am
- Forum: Projects - Embedded
- Topic: DS3231 Alarm 1 or 2 Interrupt Not Working Correctly
- Replies: 4
- Views: 161
Re: DS3231 Alarm 1 or 2 Interrupt Not Working Correctly
Could it be the watchdog timer is resetting the chip?
- Wed Nov 12, 2025 4:42 pm
- Forum: Bug Reports
- Topic: Problem to build a project from Version8 [solved]
- Replies: 13
- Views: 1379
Re: Problem to build a project from Version8 [not solved]
That could be the issue. The free version of the underlying XC16 compiler may not be optimised and be adding unnecessary bloat to the HEX file.
I think some of our users have used the professional version of XC16 with Flowcode with success, but I have never tried it myself.
I think some of our users have used the professional version of XC16 with Flowcode with success, but I have never tried it myself.
- Mon Nov 10, 2025 5:08 pm
- Forum: General
- Topic: FORUM RULES - important, please read!
- Replies: 0
- Views: 206
FORUM RULES - important, please read!
Forum Rules: 1. All the forums are categorized by topics. Please post your questions or messages in the appropriate forum. 2. All help must be provided in the forums. We do not usually allow support to be provided or requested via personal message, email, or remote desktop control programs. 3. If y...
- Mon Nov 10, 2025 4:24 pm
- Forum: General
- Topic: Opening project in FC10 in FC11!
- Replies: 12
- Views: 556
Re: Opening project in FC10 in FC11!
Hi Jorgen (and this applies to all users of this forum), Firstly I just want to add something to what Martin has just said because I don't want this to be misinterpreted: If you have any issues with conversions from FC10 to FC11 then we will sort them out for you. We will certainly investigate and t...
- Mon Nov 10, 2025 12:38 pm
- Forum: General
- Topic: Opening project in FC10 in FC11!
- Replies: 12
- Views: 556
Re: Opening project in FC10 in FC11!
During compiling a one of my program in FC11 I suddently discover this red line: C:\ProgramData\MatrixTSL\FlowcodeV11\CAL\ESP\ESP_CAL_Float.c:91:6: warning: conflicting types for built-in function '__builtin_isinf_sign' [-Wbuiltin-declaration-mismatch] ? This is a warning and might also be present ...