Hi Ben,
Hmm, the 14-pin chips don’t have a Port B. I’m still working with Flowcode V10. When I try to select one of these chips, that’s what it offers me. See attachment Screenshot 2026-08-09 105518.png. Could it be that these chips only work with Flowcode V11? Interrupts just aren’t working—neither ...
Search found 118 matches
- Sun Aug 09, 2026 10:36 am
- Forum: General
- Topic: PIC18F15Q41
- Replies: 43
- Views: 119671
- Wed Aug 05, 2026 11:02 am
- Forum: General
- Topic: Support for the Q20/Q41 family
- Replies: 5
- Views: 2056
Re: Support for the Q20/Q41 family
On the "Supported Embedded Devices" page, the Q41 family is listed as supported. In Flowcode V10, however, they are not fully displayed and do not work. Does the Q41 family only work with Flowcode V11?
- Sat Aug 01, 2026 3:34 pm
- Forum: General
- Topic: Support for the Q20/Q41 family
- Replies: 5
- Views: 2056
Re: Support for the Q20/Q41 family
Hi Steve,
Yes, the chips are listed, but they haven't been finalized for support yet. Or did I miss something? Do the chips only work in FC V11? That's why I haven't bought V11 yet.
Best regards,
Dirk
Yes, the chips are listed, but they haven't been finalized for support yet. Or did I miss something? Do the chips only work in FC V11? That's why I haven't bought V11 yet.
Best regards,
Dirk
- Fri Jul 24, 2026 5:07 pm
- Forum: General
- Topic: Support for the Q20/Q41 family
- Replies: 5
- Views: 2056
Support for the Q20/Q41 family
Hello;
I have a question. Does FC V11 support the Q20/Q41 family? I’ve purchased every version of Flowcode since V4. I haven’t purchased FC V11 yet, as I get the impression that support for ESPs is now being developed more extensively than for PICs. However, I bought Flowcode as a development ...
I have a question. Does FC V11 support the Q20/Q41 family? I’ve purchased every version of Flowcode since V4. I haven’t purchased FC V11 yet, as I get the impression that support for ESPs is now being developed more extensively than for PICs. However, I bought Flowcode as a development ...
- Wed Jul 22, 2026 3:44 pm
- Forum: Bug Reports
- Topic: PIC18F27K40: No IOC on pin E3
- Replies: 2
- Views: 9064
Re: PIC18F27K40: No IOC on pin E3
Hi Ben,
thank you for that.
thank you for that.
- Sat Jul 18, 2026 10:21 am
- Forum: General
- Topic: PIC18F15Q41
- Replies: 43
- Views: 119671
Re: PIC18F15Q41
Hello Ben,
Interrupts do not work on the PIC18FxxQ41 family—neither the IOC nor the interrupt pins. For the 14-pin chip, Port B is also offered for PPS. The 14-pin chips do not have Port B. I cannot run any tests if the interrupts aren’t working. Could you please complete support for this family ...
Interrupts do not work on the PIC18FxxQ41 family—neither the IOC nor the interrupt pins. For the 14-pin chip, Port B is also offered for PPS. The 14-pin chips do not have Port B. I cannot run any tests if the interrupts aren’t working. Could you please complete support for this family ...
- Sat Jul 18, 2026 10:17 am
- Forum: Bug Reports
- Topic: PIC18F27K40: No IOC on pin E3
- Replies: 2
- Views: 9064
PIC18F27K40: No IOC on pin E3
Hello,
According to the datasheet, the PIC18F27K40 also has an IOC on pin E3. However, pin E3 does not appear in the IOC setup.
regards
According to the datasheet, the PIC18F27K40 also has an IOC on pin E3. However, pin E3 does not appear in the IOC setup.
regards
- Mon May 25, 2026 5:04 pm
- Forum: General
- Topic: PIC18F15Q41
- Replies: 43
- Views: 119671
Re: PIC18F15Q41
I've been experimenting a bit, INT pins 0, 1, and 2 aren't working. If I switch to IOC, is there an entry for that!?
// Unterbrechung
st_bit(INTCON0, GIE);
IOCAP=0x0;
IOCAN=0x4;
IOCCP=0x0;
IOCCN=0x0;st_bit(PIE0, IOCIE);
Yes, the last line is a bit strange. The interrupt works then, but only ...
// Unterbrechung
st_bit(INTCON0, GIE);
IOCAP=0x0;
IOCAN=0x4;
IOCCP=0x0;
IOCCN=0x0;st_bit(PIE0, IOCIE);
Yes, the last line is a bit strange. The interrupt works then, but only ...
- Mon May 25, 2026 12:10 pm
- Forum: General
- Topic: PIC18F15Q41
- Replies: 43
- Views: 119671
Re: PIC18F15Q41
Sorry, the DAC works. I didn't realize it's an 8-bit DAC, not a 5-bit one. Unfortunately, the EEPROM isn't working.
- Mon May 25, 2026 10:54 am
- Forum: General
- Topic: PIC18F15Q41
- Replies: 43
- Views: 119671
Re: PIC18F15Q41
Sorry, unfortunately, the DAC isn't working either—neither in the simulation nor on the chip.