Search found 80 matches
- Tue Jun 03, 2025 12:33 pm
- Forum: Feature Requests
- Topic: Suggestions for new microcontroller support
- Replies: 68
- Views: 216042
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...
- Tue Jun 03, 2025 11:59 am
- Forum: General
- Topic: PIC18F15Q41
- Replies: 13
- Views: 4069
Re: PIC18F15Q41
Hello,
any news about I2C?
any news about I2C?
- Sat Apr 19, 2025 4:02 pm
- Forum: General
- Topic: PIC18F15Q41
- Replies: 13
- Views: 4069
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
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
- Thu Apr 17, 2025 4:36 pm
- Forum: General
- Topic: PIC18F15Q41
- Replies: 13
- Views: 4069
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
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
- Fri Mar 28, 2025 4:28 pm
- Forum: Feature Requests
- Topic: Suggestions for new microcontroller support
- Replies: 68
- Views: 216042
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...
- Wed Mar 12, 2025 5:45 pm
- Forum: General
- Topic: PIC18F15Q41
- Replies: 13
- Views: 4069
Re: Suggestions for new microcontroller support
Hello Martin,
here is my test project. An update has yielded nothing.
Thank you
Dirk
here is my test project. An update has yielded nothing.
Thank you
Dirk
- Wed Mar 12, 2025 9:26 am
- Forum: General
- Topic: PIC18F15Q41
- Replies: 13
- Views: 4069
Re: Suggestions for new microcontroller support
Hello Martin, yes, but there are 2 error messages. I have used the uart as midiinterface. Is that a problem? ::: error: (1504) the PIC18 extended instruction set was enabled but is not supported by this compiler (908) exit status = 1 Error returned from [xc8.exe] And, I can't compile without midi co...
- Mon Mar 10, 2025 5:19 pm
- Forum: General
- Topic: PIC18F15Q41
- Replies: 13
- Views: 4069
PIC18F15Q41
Hello Martin, hello Ben,
anny news about the PIC18F04/05/06/14/15/16Q41 family?
As as already written, it is very urgent for some of my company's
products!
thanks
Dirk
anny news about the PIC18F04/05/06/14/15/16Q41 family?
As as already written, it is very urgent for some of my company's
products!
thanks
Dirk
- Wed Dec 11, 2024 4:02 pm
- Forum: Feature Requests
- Topic: Suggestions for new microcontroller support
- Replies: 68
- Views: 216042
Re: Suggestions for new microcontroller support
Hello Martin,
very good. What I urgently need are the components UART, I2C and PWM.
Thank you very much
Dirk
very good. What I urgently need are the components UART, I2C and PWM.
Thank you very much
Dirk
- Mon Dec 09, 2024 2:16 pm
- Forum: General
- Topic: PIC18F15Q41
- Replies: 5
- Views: 374
Re: Suggestions for new microcontroller support
Hello Martin, the uart-component too C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\PIC\PIC_CAL_UART.c:541:1: error: (192) undefined identifier "RX1PPS" C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\PIC\PIC_CAL_UART.c:585:17: error: (255) not a member of the struct/union "" C:\ProgramData\M...