Search found 85 matches

by DirkB
Fri Jul 25, 2025 10:45 am
Forum: General
Topic: PIC18F15Q41
Replies: 14
Views: 5913

Re: PIC18F15Q41

Hi Martin,

When can we expect full support for I2C and Midi hardware functionality? With software functionality alone, there are no interrupts or other necessary functions.

regards
by DirkB
Thu Jul 03, 2025 10:21 am
Forum: Tips & Tricks
Topic: Updating XC8 Compiler
Replies: 6
Views: 18231

Re: Updating XC8 Compiler

Ok, thanks
by DirkB
Thu Jul 03, 2025 9:41 am
Forum: Tips & Tricks
Topic: Updating XC8 Compiler
Replies: 6
Views: 18231

Re: Updating XC8 Compiler

Hello, I am currently using the xc8 v.2.50 compiler with the parameter $(chip) “$(outdir)” “$(target)”. Works perfectly. Now I want to use the xc8 v.3.00. I now get the error message “(2042) no target device specified; use the -mcpu option to specify a target device”. What are the parameters with th...
by DirkB
Sun Jun 29, 2025 3:05 pm
Forum: Bug Reports
Topic: PIC18F26/45/46Q10 and IOC
Replies: 2
Views: 9131

Re: PIC18F26/45/46Q10 and IOC

Hi Ben,

thanks for that.
by DirkB
Thu Jun 26, 2025 4:15 pm
Forum: Bug Reports
Topic: PIC18F26/45/46Q10 and IOC
Replies: 2
Views: 9131

PIC18F26/45/46Q10 and IOC

Hello team,

according to the PIC18F26/45/46Q10 data sheet, all pins have interrupt on change. Also pin port E3. However, pin E3 is not available for IOC in Flowcode. It is blocked for this function. Can you please activate this?

Many thanks

Dirk
by DirkB
Tue Jun 03, 2025 12:33 pm
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 71
Views: 246728

Re: Suggestions for new microcontroller support

Hello, since the PIC18F14K22 does not have a Schmitt trigger on pin A3, I would like to replace it with the PIC18F16Q41. Support for this chip is still incomplete. The I2C interface still does not work. Currently, I2C only works via software, which is slow and consumes a lot of resources. I have now...
by DirkB
Tue Jun 03, 2025 11:59 am
Forum: General
Topic: PIC18F15Q41
Replies: 14
Views: 5913

Re: PIC18F15Q41

Hello,

any news about I2C?
by DirkB
Sat Apr 19, 2025 4:02 pm
Forum: General
Topic: PIC18F15Q41
Replies: 14
Views: 5913

Re: PIC18F15Q41

Hi Martin,
PWM cannot be mapped to port C, only to ports A and B. Port C is not displayed. I have ported a project to the 18F15Q41. I2C software then gives an error. If I create a new project with the 18F15Q41, the compiler runs without errors. What can this be?

Best regards
Dirk
by DirkB
Thu Apr 17, 2025 4:36 pm
Forum: General
Topic: PIC18F15Q41
Replies: 14
Views: 5913

Re: PIC18F15Q41

Hi Martin,

with UART, PWM and i2c software the compiler now runs without errors.
Is i2c software slower if only data is sent and when will i2c hardware be ready?

many thanks
Dirk
by DirkB
Fri Mar 28, 2025 4:28 pm
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 71
Views: 246728

Re: Suggestions for new microcontroller support

Hello Martin, I have removed the midi component from my PIC18F15Q41 test to see if the compiler runs without errors. Unfortunately there is an error message. ::: error: (1504) the PIC18 extended instruction set was enabled but is not supported by this compiler (908) exit status = 1 Where can I switc...