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

Cross-platform IDE for the rapid development of applications for the embedded world, available on Windows, Linux, and macOS.
Post Reply
Author
Message
samimaisniemi
Posts: 32
Joined: 03 Jul 2015 22:34

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

#1 Post by samimaisniemi » 04 Dec 2023 15:33

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

User avatar
Tanja_Kovacevic
mikroElektronika team
Posts: 98
Joined: 09 Aug 2021 11:39

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

#2 Post by Tanja_Kovacevic » 07 Dec 2023 16:47

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 261 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

Post Reply

Return to “IDE”