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
Search found 116 matches
- Sat Aug 01, 2026 3:34 pm
- Forum: General
- Topic: Support for the Q20/Q41 family
- Replies: 3
- Views: 177
- Fri Jul 24, 2026 5:07 pm
- Forum: General
- Topic: Support for the Q20/Q41 family
- Replies: 3
- Views: 177
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: 924
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: 40
- Views: 91376
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: 924
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: 40
- Views: 91376
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: 40
- Views: 91376
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: 40
- Views: 91376
Re: PIC18F15Q41
Sorry, unfortunately, the DAC isn't working either—neither in the simulation nor on the chip.
- Mon May 25, 2026 8:59 am
- Forum: General
- Topic: PIC18F15Q41
- Replies: 40
- Views: 91376
Re: PIC18F15Q41
Hello Ben,
interrupts 0, 1, and 2 are not working. When mapping the PIC18F05Q41, Port B is also listed as an option.
The PIC18F05(06)Q41 has 14 pins. It does not have a Port B. Only the 20-pin chips have a Port B. When will the component be completed?
I2C is also very important.
Thank you
interrupts 0, 1, and 2 are not working. When mapping the PIC18F05Q41, Port B is also listed as an option.
The PIC18F05(06)Q41 has 14 pins. It does not have a Port B. Only the 20-pin chips have a Port B. When will the component be completed?
I2C is also very important.
Thank you
- Sat May 02, 2026 3:37 pm
- Forum: Bug Reports
- Topic: PIC16F18326 Interrupt error
- Replies: 11
- Views: 3035
Re: PIC16F18326 Interrupt error
Hi,
I'm using v10. All the entries look correct, but the chip is behaving incorrectly. The falling edge and both edges behave identically.
I'm using v10. All the entries look correct, but the chip is behaving incorrectly. The falling edge and both edges behave identically.