Page 1 of 1
PIC18F25K42
Posted: Fri Feb 17, 2017 6:39 am
by Kenrix2
I just received the new PIC18F25K42 and it would be nice if there was a ".fcdx" for this micro. So many new features on this micro like DMA, buffered SPI, controlled current I/O's plus hardware averaging ADC.
Re: PIC18F25K42
Posted: Fri Feb 17, 2017 11:01 am
by Benj
Hello,
The device is not supported by the current PIC compiler in Flowcode v7 but I will see if we can use a later compiler in the next update and get this device supported for you.
Yes this looks possible, unless I find a major issue the next update release will contain XC8 version 1.41 and will have the new K42 devices included.
Re: PIC18F25K42
Posted: Sat Feb 18, 2017 3:27 am
by Kenrix2
Thanks Benj.
Just a heads up. There is a typo in an ignorable compiler warning text when setting up this micro for midrange compatible interrupts. It warns it will write a reset instruction at low priority interrupt vector 0x8 but, the compiler correctly writes it to 0x18. Interrupts work as expected.