PIC18F15Q41

For general Flowcode discussion that does not belong in the other sections.
Post Reply
medelec35
Matrix Staff
Posts: 1913
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Flowcode v10 PIC18F15Q41

Post by medelec35 »

Hi Dirk
The fcd has been created.
As there will be component cal issues, then there is extensive work to do.
This is added to the list of other projects that require doing.
I have attached the 18F15Q41.
You will need to place it in

Code: Select all

%ProgramData%\MatrixTSL\FlowcodeV10\FCD\PIC
Just copy and paste within project explorer as the folder is hidden by default.
If flowcode was open when you added the fcdx file, you will need to close and reopen again

If you create your project then the components that are not working can fixed first.
Attachments
18F15Q41.fcdx
(44.72 KiB) Downloaded 77 times
Martin

DirkB
Posts: 78
Joined: Thu Dec 10, 2020 3:55 pm
Has thanked: 1 time
Been thanked: 4 times

Re: Suggestions for new microcontroller support

Post by DirkB »

Hello Martin,
many thanks for that. Is the component for one chip or for the complete
PIC18F04/05/06/14/15/16/Q41 family family? If so, how do you set this?

Regards
Dirk

DirkB
Posts: 78
Joined: Thu Dec 10, 2020 3:55 pm
Has thanked: 1 time
Been thanked: 4 times

Re: Suggestions for new microcontroller support

Post by DirkB »

Hello Martin,
unfortunately there is an error message because of the I2C.


C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\PIC\PIC_CAL_I2C.c:127:100: error: (103) #error: "I2C does not have the SSPIF defined on this chip - does your chip support this feature?"

I have ported my project from the PIC18F14K22 to the PIC18F15Q41 and created new I2C components. What could be the reason?

Thank you very much
Dirk

DirkB
Posts: 78
Joined: Thu Dec 10, 2020 3:55 pm
Has thanked: 1 time
Been thanked: 4 times

Re: Suggestions for new microcontroller support

Post by DirkB »

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\MatrixTSL\FlowcodeV10\CAL\PIC\PIC_CAL_UART.c:585:20: error: (182) illegal conversion between types

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: Suggestions for new microcontroller support

Post by medelec35 »

Thanks Dirk.
The next phase is to add components to the spreadsheet for testing.
The reason I asked is since there are a lot of components to test, I wanted to place yours at the top.
As the registers are different, this will take time as doing other work as well.
Martin

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: Suggestions for new microcontroller support

Post by medelec35 »

DirkB wrote:
Mon Dec 09, 2024 12:23 pm
Is the component for one chip or for the complete
PIC18F04/05/06/14/15/16/Q41 family family? If so, how do you set this?
When I get the components to work, then all the Q41 family will be added.
Martin

Post Reply