Page 1 of 1

How to create a project if the microcontroller is not listed?

Posted: 04 Dec 2023 15:33
by samimaisniemi
Hi,

I am trying to create a new project for PIC18(L)F25K22 with Necto 5.0.1. According to the webpage of Necto, the both microcontrollers are supported.

I create a new project and I choose the compiler (mikroC AI for PIC). Then I need to choose the board. I have EasyPIC v8, but PIC18(L)F25K22 is not listed. I tried to use a generic PIC board, but once again PIC18(L)F25K22 is not listed. Several other families are available (K40, K42, K50, and K80).

Perhaps the webpage of Necto is not updated and PIC18 K22 family microcontrollers are not supported at all?

Regards Sami

Re: How to create a project if the microcontroller is not listed?

Posted: 07 Dec 2023 16:47
by Tanja_Kovacevic
Hi Sami,

Those MCUs are supported as Legacy ones.
You have to press the Advanced button while making Setup in Necto,
and select mikroC for PIC Legacy 7.6.0 as the SDK version.

Untitled.png
Untitled.png (46.9 KiB) Viewed 312 times

It is not in mikroSDK because it does not meet the minimum memory requirement, which is 2k RAM and 8k Flash
Everything is documented at this link
https://github.com/MikroElektronika/mik ... IP_LIST.md


Kind regards,
Tanja