Best IDE for PIC 16F18345

Thread Starter

sarvanan

Joined Aug 8, 2016
45
Hi Members,

I am a newbie in Microcontroller programming. For my work i have to use PIC 16F18345.
Which IDE would be best for the development environment? I checked on the net and there are some IDE's available like MPLABX, MicroC etc.
Please let me know the pros and cons of these IDE's or any other IDE and which one is the best for PIC 16F18345.

Thanks & regards,
Sarvanan.
 

AlbertHall

Joined Jun 4, 2014
12,346
I use MPLABX and XC8, and while there have been many problems they all have solutions and there is a good body of knowledgeable people online who can help out. And of course it is all free.
 

ErnieM

Joined Apr 24, 2011
8,377
MPLABX is the new version of the free IDE from Microchip and should be your first choice.

There are many compilers that will work seamlessly with it, including the debugging simulator and the in circuit debugger too. (In circuit debugging needs hardware too, but the PICkit does a nice job). Microchip has free evaluation version that are very good.

MPLAB (no X) was good but is no longer supported. Might as well start with something you don't have to toss away.
 
Top